diff options
author | Julien Dessaux | 2021-07-24 23:33:43 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-07-24 23:33:43 +0200 |
commit | f9c9c23cdde45a37042799b02815d5c081b02743 (patch) | |
tree | 0bee2834f08c6ffb57f31fb13d73b06ce3a52edb | |
parent | Added two book articles read while on vacation (diff) | |
download | www-f9c9c23cdde45a37042799b02815d5c081b02743.tar.gz www-f9c9c23cdde45a37042799b02815d5c081b02743.tar.bz2 www-f9c9c23cdde45a37042799b02815d5c081b02743.zip |
Regroup all static resources into the same folder (favicon and css)
-rw-r--r-- | layouts/_default/baseof.html | 3 | ||||
-rwxr-xr-x | static/static/favicon.ico (renamed from static/favicon.ico) | bin | 1150 -> 1150 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3a89fba..5b4f442 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,6 +5,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="icon" href="/static/favicon.ico"> {{ template "_internal/opengraph.html" . }} @@ -13,7 +14,7 @@ {{- $home := resources.Get "home.css" -}} {{- $pagination := resources.Get "pagination.css" -}} {{- $footer := resources.Get "footer.css" -}} - {{- $allCss := slice $base $header $home $pagination $footer | resources.Concat "css/all.css" | fingerprint | minify -}} + {{- $allCss := slice $base $header $home $pagination $footer | resources.Concat "static/all.css" | fingerprint | minify -}} <link rel="stylesheet" href="{{ $allCss.Permalink }}"> {{ range .AlternativeOutputFormats -}} diff --git a/static/favicon.ico b/static/static/favicon.ico Binary files differindex 216330f..216330f 100755 --- a/static/favicon.ico +++ b/static/static/favicon.ico |