Return the separator customization that got lost in some commit Don't blur the nav when it's not visible Don't scale down the article card when clicking on a tag
8 lines
300 B
HTML
8 lines
300 B
HTML
{%- if page.title -%}
|
|
{{- page.title }} {{ config.extra.title_separator | default(value="-") }} {{ config.title -}}
|
|
{%- elif section.title -%}
|
|
{{- section.title }} {{ config.extra.title_separator | default(value="-") }} {{ config.title -}}
|
|
{%- else -%}
|
|
{{- config.title -}}
|
|
{%- endif -%}
|