From c97654914649843c78ead1b8129bd0a7e559f927 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Sun, 8 Nov 2020 22:08:06 +0100 Subject: [PATCH] renamed project to beaker blog --- src/config.py | 4 ++-- src/templates/template.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.py b/src/config.py index 92af2da..3dc2fbd 100644 --- a/src/config.py +++ b/src/config.py @@ -1,8 +1,8 @@ # Name/title of your blog -TITLE = 'Tiyny-Blog' +TITLE = 'Beaker Blog' # Description for RSS of your blog -DESCRIPTION = 'This is your personal Tiyny-Blog.' +DESCRIPTION = 'This is your personal Beaker Blog.' # URL for your website: e.g. https://domain.tld WEBSITE = 'localhost:5000' diff --git a/src/templates/template.html b/src/templates/template.html index f0ae75c..b1d5c4d 100644 --- a/src/templates/template.html +++ b/src/templates/template.html @@ -26,7 +26,7 @@