mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix swapped if/else in comment thread selection
This commit is contained in:
@@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
{% macro giscus(search_term, translated) %}
|
{% macro giscus(search_term, translated) %}
|
||||||
{% if translated %}
|
{% if translated %}
|
||||||
{% set category = "Post Comments" %}
|
|
||||||
{% set category_path = "post-comments" %}
|
|
||||||
{% else %}
|
|
||||||
{% set category = "Post Comments (translated)" %}
|
{% set category = "Post Comments (translated)" %}
|
||||||
{% set category_path = "post-comments-translated" %}
|
{% set category_path = "post-comments-translated" %}
|
||||||
|
{% else %}
|
||||||
|
{% set category = "Post Comments" %}
|
||||||
|
{% set category_path = "post-comments" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if search_term is number %}
|
{% if search_term is number %}
|
||||||
|
|||||||
Reference in New Issue
Block a user