Skip to content

Commit

Permalink
make tagline optional
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Jul 27, 2017
1 parent aeb9939 commit 2877626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

{% capture title %}
{% if page.url == "/" %}
{{ site.title }} · {{ site.tagline }}
{{ site.title }}{% if site.tageline %} · {{ site.tagline }}{% endif %}
{% elsif page.title.size > 0 %}
{{ page.title }} · {{ site.title }}
{% else %}
Expand Down

0 comments on commit 2877626

Please sign in to comment.