improved calendar and fixed url temporarily
This commit is contained in:
parent
4a60651ce7
commit
4068fab565
9 changed files with 610 additions and 608 deletions
|
@ -8,7 +8,7 @@ defaultContentLanguage = "de"
|
|||
RelativeURLs = true
|
||||
CanonifyURLs = true
|
||||
|
||||
pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||
pluralizeListTitles = "false" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||
|
||||
enableRobotsTXT = true
|
||||
summaryLength = 0
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
noClasses = false
|
||||
|
||||
[tableOfContents]
|
||||
startLevel = 2
|
||||
endLevel = 4
|
||||
startLevel = 1
|
||||
endLevel = 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue