Move redirect rule to 2 row, remove no-wrap (#55)

- Fix redirect rule handling with endpoint routing (#59)
- Make subtitle non-nullable string (#47)
This commit is contained in:
2026-07-18 12:50:27 -04:00
parent 816a156d79
commit 3a19952f39
6 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{%- if is_category or is_tag %}
<h1 class=index-title>{{ page_title }}</h1>
{%- if subtitle %}<h4 class=text-muted>{{ subtitle }}</h4>{% endif -%}
{%- if subtitle <> "" %}<h4 class=text-muted>{{ subtitle }}</h4>{% endif -%}
{% endif %}
{%- assign post_count = model.posts | size -%}
{%- if post_count > 0 %}