mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 19:44:24 +01:00
Added 404 page
This commit is contained in:
parent
1f37f4029a
commit
c3bb97d15b
1 changed files with 16 additions and 0 deletions
16
content/_global/404.md
Normal file
16
content/_global/404.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
+++
|
||||
date = "2020-12-1"
|
||||
fragment = "404"
|
||||
weight = 150
|
||||
|
||||
#title = "" # default i18n "404.title"
|
||||
#subtitle = "" # default i18n "404.subtitle"
|
||||
#redirect_text = "" # default i18n "404.direction"
|
||||
#button_text = "" # default i18n "404.button"
|
||||
#redirect_url = "" # default /
|
||||
|
||||
[asset]
|
||||
image = "logo.svg"
|
||||
width = "500px" # optional - will default to image width
|
||||
#height = "150px" # optional - will default to image height
|
||||
+++
|
Loading…
Reference in a new issue