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

github.com/jrutheiser/hugo-lithium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluoxu34 <39458945+luoxu34@users.noreply.github.com>2018-06-22 05:07:48 +0300
committerGitHub <noreply@github.com>2018-06-22 05:07:48 +0300
commit105ac6751a0668f7a232c3eb05bf16094e1c56d0 (patch)
tree866cbf62a9cbc6e82b26066bb5ce01cad18bb205
parent3e7054401cdee2664fe3901d35cc79eaf0c6545c (diff)
Add icon link to head.html
-rw-r--r--layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index dd79beb..025c02f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -27,5 +27,6 @@
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}
+<link rel="icon" href="{{ .Site.BaseURL }}images/{{ .Site.Params.logo.url }}" type="image/x-icon"/>
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/main.css" media="all">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Merriweather:400|Lato:400,400italic,700">