diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ global_analytics_file="" # Leave this empty (i.e. "") if you don't want to use feedburner, # or change it to your own URL -global_feedburner="" +global_feedburner="https://www.lotigara.ru/blog/feed.rss" # Change this to your username if you want to use twitter for comments global_twitter_username="" @@ -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="" |