diff options
Diffstat (limited to 'users/wpcarro/website/blog/themes/tailwind/layouts/404.html')
-rw-r--r-- | users/wpcarro/website/blog/themes/tailwind/layouts/404.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/users/wpcarro/website/blog/themes/tailwind/layouts/404.html b/users/wpcarro/website/blog/themes/tailwind/layouts/404.html deleted file mode 100644 index afa69fec743e..000000000000 --- a/users/wpcarro/website/blog/themes/tailwind/layouts/404.html +++ /dev/null @@ -1,12 +0,0 @@ -{{ define "heading"}} -<div> - <a class="text-lg mb-8 inline-block" href="{{ .Site.BaseURL | relLangURL }}">← {{ i18n "back_home" }}</a> - <h1 class="text-4xl font-bold">{{ i18n "not_found_page_title" }}</h1> -</div> -{{ end }} - -{{ define "content" }} -<section class="mb-24"> - <img src="{{ "images/404-background.png" | relURL }}" alt="Page Not Found"> -</section> -{{ end }} |