made favicons relative, changed footer message
This commit is contained in:
parent
2c78720189
commit
34dc1f4d16
2 changed files with 6 additions and 6 deletions
|
@ -36,10 +36,10 @@
|
|||
<link rel="stylesheet" href="{{ "css/main.css" | absURL }}">
|
||||
<link rel="stylesheet" href="{{ "css/custom.css" | absURL }}">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link rel="manifest" href="site.webmanifest">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
{{- with .OutputFormats.Get "RSS" -}}
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}" href="{{ .RelPermalink }}" />
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<h6 class="text-center copyright">{{ .copyright | markdownify }}</h6>
|
||||
{{ if ne .poweredby false }}
|
||||
<h6 class="text-center powered"><a href="https://gohugo.io/">Hugo</a> <a
|
||||
href="https://github.com/shenoydotme/hugo-goa">Goa</a> by <a href="https://shenoy.me">shenoydotme</a> and <a
|
||||
href="https://incirclemedia.com">Incircle Media</a></h6>
|
||||
href="https://git.hadan-it.com/stiebke/hugo-goa">Goa</a> by <a href="https://shenoy.me">shenoydotme</a>, <a
|
||||
href="https://incirclemedia.com">Incircle Media</a> and <a href="https://stephan.hadan.de">stiebke</a></h6>
|
||||
{{ end }}
|
||||
{{ if ne .displayrssicon false }}
|
||||
<h6>
|
||||
|
|
Loading…
Add table
Reference in a new issue