diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-05-28 11:01:27 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-05-28 11:01:27 +0300 |
commit | 7e674fee88030bf30914177bbead8c89c39cdb63 (patch) | |
tree | ff8364763bada4e83b957cfb783f03cb2fbd0b95 /.config | |
parent | cee82df558fd011bd64252c482f1c160c19ffc92 (diff) |
Add comment system, update the "Pubnix - ..." blogpost.
Diffstat (limited to '.config')
-rw-r--r-- | .config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ footer_file=".footer.template" # and before the actual blog content body_begin_file=".body_begin.template" # extra content to add just before we close </body> -body_end_file="" +body_end_file=".body_end.template" # extra content to ONLY on the index page AFTER `body_begin_file` contents # and before the actual content body_begin_file_index="" |