Initial work on adding i18n support, drop footer link support (breaking change!)
This commit is contained in:
7
templates/partials/title.html
Normal file
7
templates/partials/title.html
Normal file
@ -0,0 +1,7 @@
|
||||
{%- if page.title -%}
|
||||
{{- page.title }} - {{ config.title -}}
|
||||
{%- elif section.title -%}
|
||||
{{- section.title }} - {{ config.title -}}
|
||||
{%- else -%}
|
||||
{{- config.title -}}
|
||||
{%- endif -%}
|
Reference in New Issue
Block a user