forked from mirrors/hugo-theme-terminal

committed by
Bryan Gillespie

parent
9928ada9ad
commit
27462e1893
@ -16,8 +16,10 @@
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ "img/apple-touch-icon-144-precomposed.png" | absURL }}">
|
||||
{{ with $.Site.Params.ThemeColor }}
|
||||
<link rel="shortcut icon" href="{{ printf "img/favicon/%s.png" . | absURL }}">
|
||||
{{ if isset $.Site.Params "favicon" }}
|
||||
<link rel="shortcut icon" href="{{ $.Site.Params.favicon | absURL }}">
|
||||
{{ else }}
|
||||
<link rel="shortcut icon" href="{{ printf "img/favicon/%s.png" $.Site.Params.ThemeColor | absURL }}">
|
||||
{{ end }}
|
||||
|
||||
<!-- Twitter Card -->
|
||||
|
Reference in New Issue
Block a user