Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAos <aosdab@gmail.com>2017-12-13 05:51:24 +0300
committerAos <aosdab@gmail.com>2017-12-13 05:51:24 +0300
commit6f943a1564c44a043db8ea542696da4d40e2f275 (patch)
tree56d756b872b2ba1015777baec4894ae512a7e626
parent9313f7e80721ad8f7cc2051ce5a4cc1a53e97c30 (diff)
Included favicon
-rw-r--r--layouts/partials/header.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 06a3455..dd8ccdd 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -33,6 +33,15 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}highlight/default.min.css">
{{ end }}
+ <!-- Icon -->
+ <link rel="shortcut icon"
+ {{ if .Site.Params.faviconfile }}
+ href="{{ .Site.Params.faviconfile | absURL }}"
+ {{ else }}
+ href="{{ .Site.BaseURL }}img/favicon.ico"
+ {{ end }}
+ type="image/x-icon">
+
<!-- RSS Feed -->
{{ if .RSSLink }}
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }} Feed" />