mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
add specimen file to test all markdown content styles
This commit is contained in:
parent
c36e2529b1
commit
42e5371fb9
8 changed files with 324 additions and 95 deletions
13
layouts/404.html
Normal file
13
layouts/404.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
{{ define "header_css" }}{{ end }}
|
||||
{{ define "body_classes" }}{{ end }}
|
||||
{{ define "header_classes" }}{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
<div class="container pt-4 pt-10">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-12 col-md-9">
|
||||
<h1>404 Page Not Found</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue