diff options
author | Julien Dessaux | 2023-01-25 17:45:06 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-01-25 18:59:53 +0100 |
commit | 627f1f5d32ebeb89c41f72d960b4ab35778f7625 (patch) | |
tree | 29bd5f7531bd5bfe9c06c93f9166fdbd704676b9 /layouts/404.html | |
parent | Updated last blog article (diff) | |
download | www-627f1f5d32ebeb89c41f72d960b4ab35778f7625.tar.gz www-627f1f5d32ebeb89c41f72d960b4ab35778f7625.tar.bz2 www-627f1f5d32ebeb89c41f72d960b4ab35778f7625.zip |
Added themes
Diffstat (limited to '')
-rw-r--r-- | layouts/404.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html index dfe20b2..31808d1 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -15,8 +15,7 @@ {{- $header := resources.Get "header.css" -}} {{- $home := resources.Get "home.css" -}} {{- $pagination := resources.Get "pagination.css" -}} - {{- $selenized := resources.Get "selenized.css" -}} - {{- $allCss := slice $base $code $footer $header $home $pagination $selenized | resources.Concat "static/all.css" | fingerprint | minify -}} + {{- $allCss := slice $base $code $footer $header $home $pagination | resources.Concat "static/all.css" | fingerprint | minify -}} <link rel="stylesheet" href="{{ $allCss.Permalink }}"> {{ range .AlternativeOutputFormats -}} @@ -33,5 +32,6 @@ <p>Sorry, but the page you were trying to view does not exist. Please refer to the menu above to resume your navigation.</p> </main> {{- partial "footer.html" . -}} + {{- partial "themeSwitcher.html" . -}} </body> </html> |