From acba161c4eec2595b1acc6a051b43c1c511018a9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 13 Aug 2017 11:00:27 +0300 Subject: Add `meta generator` tag. --- _includes/header.html | 1 + 1 file changed, 1 insertion(+) (limited to '_includes/header.html') diff --git a/_includes/header.html b/_includes/header.html index fd9a9a28c..d9eac3db3 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,6 @@ + {% if page.title %} -- cgit v1.2.3 From e9323459ab226d9eb0d15217707c1ce12cf490eb Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Sun, 16 Jul 2017 14:58:52 +0300 Subject: New favicons. Include everything for most browsers to work including Android. Kept favicon.ico to the root dir. Also added a manifest.json for PWA. --- _includes/header.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '_includes/header.html') diff --git a/_includes/header.html b/_includes/header.html index d9eac3db3..c7e5dbd9e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -21,14 +21,10 @@ <!-- Documentation extras --> {% if page.layout == "docs" %} -<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" /> +<link href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" rel="stylesheet"> {% endif %} <link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet"> -<!-- Favicons --> -<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png"> -<link rel="icon" href="{{ site.baseurl }}/favicon.ico"> - <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), -- cgit v1.2.3 From 1f4486c31b41208108e3d39df3e2dbcc47effa03 Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Tue, 15 Aug 2017 14:41:34 +0300 Subject: Reduce liquid's whitespace for a few pages. Also fix a couple of typos while at it and change header tags' order. --- _includes/header.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '_includes/header.html') diff --git a/_includes/header.html b/_includes/header.html index c7e5dbd9e..b6fad53e9 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,15 +3,13 @@ <meta name="generator" content="Jekyll v{{ jekyll.version }}"> <title> - {% if page.title %} + {%- if page.title -%} {{ page.title }} · {{ site.title }} - {% else %} + {%- else -%} {{ site.title }} · {{ site.description }} - {% endif %} + {%- endif -%} -{% include social.html %} - {% if site.github %} @@ -25,6 +23,8 @@ {% endif %} +{% include social.html %} +