Skip to content

Commit

Permalink
fix(amsf): missing title whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Oct 25, 2015
1 parent 0b30446 commit abd7f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions _app/_includes/_amsf.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
{% 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 %}

{% comment %}
Site description
Expand Down
2 changes: 1 addition & 1 deletion _app/_includes/themes/curtana/includes/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
{% endif %}

<title>{{ amsf_page_title }}{{ amsf_site_title | strip }}</title>
<title>{{ amsf_page_title }}{{ amsf_site_title }}</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

Expand Down

0 comments on commit abd7f2f

Please sign in to comment.