diff options
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ WEBLOG_SETTINGS = { 'show_archive': True, 'posts_per_page': 10, 'enable_rss': True, + 'home_title': 'Welcome to the blog!', } ``` |