aboutsummaryrefslogtreecommitdiff
path: root/_includes/title.html
blob: 08643adc15119ede03e48356a21be80cfe63d0c0 (plain)
1
2
3
4
5
{% if page.id == "index" %}
<title>{{ site.title }}</title>
{% else %}
<title>{{ page.title }} - {{ site.title }}</title>
{% endif %}