Merge pull request #140 from soul-wish/pr/page-title

Fixes #139
This commit is contained in:
Panos Sakkos 2016-01-17 22:32:17 +01:00
commit 9174b4fe76

View file

@ -10,7 +10,7 @@
<meta name="author" content="{{site.author}}">
<meta name="keywords" content="{{site.keywords}}">
<link rel="canonical" href="{{page.url | replace:'index.html','' | prepend: site.baseurl}}">
<title>{{site.title}} {% if page.title %} | {{page.title}}{% endif %}</title>
<title>{{site.title}}{% if page.title %} | {{page.title}}{% endif %}</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">