Browse Source

renamed project to beaker blog

master
TiynGER 1 month ago
parent
commit
c976549146
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      src/config.py
  2. +1
    -1
      src/templates/template.html

+ 2
- 2
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'

+ 1
- 1
src/templates/template.html

@ -26,7 +26,7 @@
<footer>
<div class="center">
Dieser Blog enthält kein Javascript oder PHP.<br>
Dies ist eine Instanz vom <a href="https://github.com/tiyn/tiyny-blog">Tiyny-Blog </a>.
Dies ist eine Instanz vom <a href="https://github.com/tiyn/beaker-blog">Beaker Blog </a>.
</div>
</footer>
</body>

Loading…
Cancel
Save