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

github.com/forestryio/hugo-theme-novela.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormountainbug95 <tannersmithtn95@gmail.com>2019-10-04 16:58:05 +0300
committermountainbug95 <tannersmithtn95@gmail.com>2019-10-04 16:58:05 +0300
commit158e469c46845850998507690b4425abb9744036 (patch)
tree15016226cbbcca4e034bc371c67e18407577f7e2 /layouts
parenta2f5e96e9b94eef1f3421a98129e8f915d90515c (diff)
Move images to images folder root
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html
index 058c60e..18f9727 100644
--- a/layouts/partials/head/head.html
+++ b/layouts/partials/head/head.html
@@ -1,6 +1,6 @@
<head>
<meta charset="utf-8">
- <link rel="icon" href="/images/misc/favicon.svg">
+ <link rel="icon" href="/images/favicon.svg">
{{ $style := resources.Get "scss/global.scss" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
{{ $prism := resources.Get "css/prism.css" }}