We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f98f6 commit 0cef528Copy full SHA for 0cef528
content/theme/templates/article.html
@@ -17,6 +17,7 @@
17
18
{% include "footer.html" %}
19
</main>
20
+ {% include "post.html" %}
21
</body>
22
</html>
23
{% endblock %}
content/theme/templates/blog.html
@@ -11,16 +11,13 @@
11
<body class="d-flex flex-column h-100">
12
<main class="flex-shrink-0">
13
<div>
14
-
15
{% include "menu.html" %}
16
{% include "breadcrumbs.html" %}
{% include "blogindex.html" %}
</div>
- <script>hljs.initHighlightingOnLoad();</script>
24
25
26
0 commit comments