mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Make it possible to set discussion thread manually per post
This commit is contained in:
@@ -103,7 +103,12 @@
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
{{ snippets::giscus(search_term=page.title) }}
|
||||
{% if page.extra.comments_search_term %}
|
||||
{% set search_term=page.extra.comments_search_term %}
|
||||
{% else %}
|
||||
{% set search_term=page.title %}
|
||||
{% endif %}
|
||||
{{ snippets::giscus(search_term=search_term) }}
|
||||
</section>
|
||||
|
||||
<aside class="page-aside-right">
|
||||
|
||||
Reference in New Issue
Block a user