mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
Fix strings
This commit is contained in:
parent
04d306acb0
commit
81bf71c872
3 changed files with 9 additions and 3 deletions
|
|
@ -28,6 +28,12 @@ blog.enable = "false"
|
|||
; Social account
|
||||
social.twitter = ""
|
||||
social.facebook = ""
|
||||
social.instagram = ""
|
||||
social.linkedin = ""
|
||||
social.github = ""
|
||||
social.youtube = ""
|
||||
social.mastodon = ""
|
||||
social.tiktok = ""
|
||||
|
||||
; Breadcrumb home text. Useful when installed on subfolder.
|
||||
breadcrumb.home = "Home"
|
||||
|
|
@ -148,7 +154,7 @@ toc.style = "default"
|
|||
; Option "true" and "false"
|
||||
toc.automatic = "false"
|
||||
|
||||
; Automatically insert the TOC in x paragraph
|
||||
; Automatically insert the TOC after x paragraph
|
||||
toc.position = "1"
|
||||
|
||||
; Set the theme here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue