mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-21 00:17:50 +00:00
Fix 2nd edition template errors accidentally introduced by merge
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "edition-2/base.html" %}
|
||||
|
||||
{% import "edition-2/macros.html" as macros %}
|
||||
{% import "snippets.html" as snippets %}
|
||||
|
||||
{% block title %}{{ page.title }} | {{ config.title }}{% endblock title %}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<hr>
|
||||
<section>
|
||||
<h2 id="comments">Comments</h2>
|
||||
{{ macros::utterances() }}
|
||||
{{ snippets::giscus(search_term=page.title ~ " (News Post)") }}
|
||||
</section>
|
||||
|
||||
{% endblock after_main %}
|
||||
|
||||
Reference in New Issue
Block a user