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

github.com/tnwhitwell/hugo-startpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Whitwell <tom@whitwell.xyz>2018-04-21 11:17:58 +0300
committerTom Whitwell <tom@whitwell.xyz>2018-04-21 11:17:58 +0300
commitfad82f1ea3d1cfaff848da4ba1d127a3fa820942 (patch)
tree82b88b64c5bcb97e5ee8382b26f6a4381ed97046
parentc85cbf45d856eec8df786fdb8e8e6a471180ba4c (diff)
add favicon
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 64a1c15..b709685 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,7 +1,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
-
+<link rel="shortcut icon" type="image/png" href="{{ "images/favicon.png" | absURL }}"/>
<link rel="stylesheet" href="{{ "css/font-roboto-min.css" | absURL }}">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.blue_grey-cyan.min.css" />
<link rel="stylesheet" href="{{ "css/styles-min.css" | absURL }}">