Skip to content

Commit

Permalink
feat(amsf): update site title separator
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Dec 25, 2016
1 parent ccbb1f2 commit 419f5cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _app/_includes/_amsf.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
{% comment %}
Site title
{% endcomment %}
{% capture amsf_site_title %}{% if page.title != site.name %} · {{ site.name }}{% endif %}{% endcapture %}
{% capture amsf_site_title %}{% if page.title != site.name %} - {{ site.name }}{% endif %}{% endcapture %}
{% capture amsf_site_title_alt %}{% if page.title != site.name %}{{ site.name }} - {% endif %}{% endcapture %}

{% comment %}
Site description
Expand Down

0 comments on commit 419f5cd

Please sign in to comment.