mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-04 20:53:24 +00:00
docs(website): add warning shortcode and basic 404 page
This commit is contained in:
parent
d5d8c05230
commit
7e85ee1ac3
@ -0,0 +1,7 @@
|
||||
{{ define "main"}}
|
||||
<main id="main">
|
||||
<div>
|
||||
<h1><a href="{{ "/" | relURL }}">Go Home</a></h1>
|
||||
</div>
|
||||
</main>
|
||||
{{ end }}
|
6
website/themes/hsh/layouts/shortcodes/warning.html
Normal file
6
website/themes/hsh/layouts/shortcodes/warning.html
Normal file
@ -0,0 +1,6 @@
|
||||
<div class="alert alert-warning d-flex align-items-center" role="alert">
|
||||
<svg class="bi flex-shrink-0 me-2" width="24" height="24" role="img" aria-label="Warning:"><use xlink:href="#exclamation-triangle-fill"/></svg>
|
||||
<div>
|
||||
{{ index .Params 0 }}
|
||||
</div>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user