mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
13 lines
188 B
HTML
13 lines
188 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article class="page">
|
|
<h1 class="page-title">{{ page.title }}</h1>
|
|
{{ content }}
|
|
|
|
<hr>
|
|
{% include disqus.html %}
|
|
{% include anchorjs.html %}
|
|
</article>
|