Files
blog/templates/partials/title.html
daudix 4b1fac1f17 Backport some changes and fixes
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
2024-11-14 19:40:54 +03:00

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 -%}