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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user