Fixed time values

This commit is contained in:
Aroy-Art 2020-12-14 11:34:59 +01:00
parent 245900a992
commit a1ee944e13
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
+++ +++
date = "2020-12-1" date = "2020-12-01"
fragment = "404" fragment = "404"
weight = 150 weight = 150

View file

@ -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

View file

@ -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"

View file

@ -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