diff options
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/head.html | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 34a6ead..846de75 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -14,6 +14,9 @@    {{- end -}}    {{ else }}    <link rel="stylesheet" type="text/css" href="{{ (resources.Get "css/style.css").RelPermalink }}"> +  {{- end -}} +  {{ if (not (fileExists "static/favicon.ico")) }} +  <link rel="icon" href="data:,">    {{- end }}    <title>{{ .Title }}</title>  </head>
\ No newline at end of file | 
