Use .twig instead of .html.twig
This commit is contained in:
parent
91e76cad66
commit
3465efe014
11 changed files with 2 additions and 2 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