Files
blog/templates/partials/title.html
2024-10-17 17:00:35 +03:00

8 lines
183 B
HTML

{%- if page.title -%}
{{- page.title }} - {{ config.title -}}
{%- elif section.title -%}
{{- section.title }} - {{ config.title -}}
{%- else -%}
{{- config.title -}}
{%- endif -%}