Some enhancements
* add SITESUBTITLE for title pages * add pagination links for previous and next articles * remove hardcoded email of jvanz (creator of this theme)
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
<!-- Enable responsiveness on mobile devices-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
|
||||
<title>{% block title %}{{ SITENAME }}{% endblock title %}{% if SITESUBTITLE %} - {{ SITESUBTITLE }}{% endif %}</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link href="//fonts.googleapis.com/" rel="dns-prefetch">
|
||||
|
||||
Reference in New Issue
Block a user