Rename _partials to _includes

This commit is contained in:
Oliver Davies 2015-09-13 23:26:19 +01:00
parent 0bf570bd5c
commit 4e41c6e372
8 changed files with 0 additions and 0 deletions

View 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 %}