Moved things
This commit is contained in:
parent
dad3da5ce7
commit
c37df83df7
29 changed files with 0 additions and 0 deletions
13
source/_partials/title.twig
Normal file
13
source/_partials/title.twig
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% spaceless %}<title>
|
||||
{% if page.full_title %}
|
||||
{{ page.full_title }}
|
||||
{% elseif page.title and site.title %}
|
||||
{{ page.title }} {{ site.title_separator }} {{ site.title }}
|
||||
{% elseif site.title %}
|
||||
{% if site.subtitle %}
|
||||
{{ site.subtitle }} {{ site.title_separator }} {{ site.title }}
|
||||
{% else %}
|
||||
{{ site.title }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</title>{% endspaceless %}
|
Loading…
Add table
Add a link
Reference in a new issue