Skip to content

Commit 0cef528

Browse files
authored
Cleanup page templates (#77)
1 parent 14f98f6 commit 0cef528

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

content/theme/templates/article.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
{% include "footer.html" %}
1919
</main>
20+
{% include "post.html" %}
2021
</body>
2122
</html>
2223
{% endblock %}

content/theme/templates/blog.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@
1111
<body class="d-flex flex-column h-100">
1212
<main class="flex-shrink-0">
1313
<div>
14-
1514
{% include "menu.html" %}
1615
{% include "breadcrumbs.html" %}
17-
1816
{% include "blogindex.html" %}
19-
2017
{% include "footer.html" %}
2118
</div>
2219
</main>
23-
<script>hljs.initHighlightingOnLoad();</script>
20+
{% include "post.html" %}
2421
</body>
2522
</html>
2623
{% endblock %}

0 commit comments

Comments
 (0)