Skip to content

Commit

Permalink
Revert #396
Browse files Browse the repository at this point in the history
  • Loading branch information
piraatooo committed Aug 18, 2018
1 parent 4c0a015 commit 2f134c7
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
@@ -1,5 +1,5 @@
<head>
{% capture title %}{% if page.name %}{{ page.name | escape }}{% elsif page.ogtitle %}{{page.ogtitle}}{% elsif page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}{% endcapture %}
{% capture title %}{% if page.ogtitle %}{{page.ogtitle}}{% elsif page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}{% endcapture %}
{% capture description %}{% if page.description %}{{page.description}}{% elsif page.desc %}{{page.desc}}{% elsif page.excerpt %}Pirátská strana: {{ page.excerpt | strip_html | strip_newlines | truncate: 330 }}{%else%}{{site.description}}{% endif %}{% endcapture %}
{% capture keywords %}{{site.keywords}}{% if page.keywords %}, {{page.keywords}}{% endif %}{% if page.tags%}, {{page.tags}}{% endif %}{% endcapture %}
<meta charset="utf-8">
Expand Down

0 comments on commit 2f134c7

Please sign in to comment.