move custom css to more reasonable directory ; update to have https://favicon.io standard favicon setup
This commit is contained in:
parent
d1e445ef91
commit
c5f3124137
|
@ -22,12 +22,10 @@ notes = "/notes/:title"
|
|||
author = "KemoNine"
|
||||
description = "a confused culinary notebook"
|
||||
keywords = "recipes"
|
||||
favicon_32 = "/images/favicon-32x32.png"
|
||||
favicon_16 = "/images/favicon-16x16.png"
|
||||
hidecredits = false
|
||||
hidecopyright = false
|
||||
showNavTitle = true
|
||||
custom_css = [ "style.css" ]
|
||||
custom_css = [ "/css/style.css" ]
|
||||
mainSections = ["recipe", "recipes", "note", "notes"]
|
||||
|
||||
[[menu.main]]
|
||||
|
|
|
@ -30,8 +30,11 @@
|
|||
{{ end }}
|
||||
<script defer data-domain="culinary.kemonine.info" src="https://plausible.kemonine.info/js/plausible.js"></script>
|
||||
|
||||
<link rel="icon" type="image/png" href="{{ .Site.Params.favicon_32 | default "/images/favicon-32x32.png" | absURL }}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ .Site.Params.favicon_16 | default "/images/favicon-16x16.png" | absURL }}" sizes="16x16">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ "/apple-touch-icon.png" | absURL }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/favicon-32x32.png" | absURL }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/favicon-16x16.png"| absURL }}">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
|
||||
{{ hugo.Generator }}
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue