mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 19:04:22 +01:00
Fixed time values
This commit is contained in:
parent
245900a992
commit
a1ee944e13
4 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
date = "2020-12-1"
|
date = "2020-12-01"
|
||||||
fragment = "404"
|
fragment = "404"
|
||||||
weight = 150
|
weight = 150
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
fragment = "copyright"
|
fragment = "copyright"
|
||||||
#disabled = true
|
#disabled = true
|
||||||
date = "2020-12-1"
|
date = "2020-12-01"
|
||||||
weight = 1250
|
weight = 1250
|
||||||
|
|
||||||
copyright = "" # default: Copyright $Year .Site.params.name
|
copyright = "" # default: Copyright $Year .Site.params.name
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
+++
|
+++
|
||||||
fragment = "footer"
|
fragment = "footer"
|
||||||
#disabled = true
|
#disabled = true
|
||||||
date = "2020-12-1"
|
date = "2020-12-01"
|
||||||
weight = 1200
|
weight = 1200
|
||||||
background = "secondary"
|
background = "secondary"
|
||||||
|
|
||||||
menu_title = "Link Title"
|
menu_title = "Index"
|
||||||
|
|
||||||
[asset]
|
[asset]
|
||||||
title = "Logo Title"
|
title = "Logo Title"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
fragment = "nav"
|
fragment = "nav"
|
||||||
disabled = false
|
disabled = false
|
||||||
date = "2020-12-1"
|
date = "2020-12-01"
|
||||||
weight = 0
|
weight = 0
|
||||||
background = "dark"
|
background = "dark"
|
||||||
search = true
|
search = true
|
||||||
|
|
Loading…
Reference in a new issue