Add hyperlinks to post and gallery titles, make page title optional.

This commit is contained in:
2016-02-08 22:16:28 +00:00
parent 90197bd78f
commit 9f290f80d7
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{% if page.title != "Home" %}{{ page.title }} &ndash; {% endif %}{{ site.title }}</title>
<title>{% if page.title != "Home" and page.title %}{{ page.title }} &ndash; {% endif %}{{ site.title }}</title>
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="{{ site.static_prefix }}/style/default-common.css" rel="stylesheet" type="text/css" />