8 lines
192 B
HTML
8 lines
192 B
HTML
{%- if page.title -%}
|
|
{{- page.title }} - {{ config.title -}}
|
|
{%- elif section.title -%}
|
|
{{- section.title }} - {{ config.title -}}
|
|
{%- else -%}
|
|
{{- config.title -}}
|
|
{%- endif -%}
|