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

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2018-03-24 15:57:49 +0300
committerZack Scholl <zack.scholl@gmail.com>2018-03-24 15:57:49 +0300
commit5758dc0c8752fe7a68fca431e0e2b8dc082782ae (patch)
tree1be91b0810cd31eab3e8ebdf89c98b52fd903fdf
parent00122e95ce57e91dc1e53d48291b3ebc8de4cae0 (diff)
Add favicons
-rwxr-xr-xlayouts/partials/header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index cf758e0..8118b91 100755
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -32,6 +32,9 @@
<meta name="article:tag" content="{{ range .Params.tags }}{{.}} {{end}}">
<link rel="stylesheet" type="text/css" href="/css/style{{ $.Site.Params.style }}.css">
<script src="/js/caption.js"></script>
+ <link rel="icon" type="image/png" href="/img/favicon/favicon-32x32.png" sizes="32x32" />
+<link rel="icon" type="image/png" href="/img/favicon/favicon-16x16.png" sizes="16x16" />
+
</head>
<body>
{{ if $.Site.Params.analytics }}