Move blog into website/blog
Nest the blog work within the website directory.
This commit is contained in:
parent
54d1a0048a
commit
95e761e59b
40 changed files with 2 additions and 3 deletions
12
website/blog/themes/tailwind/layouts/404.html
Normal file
12
website/blog/themes/tailwind/layouts/404.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{ 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue