Browse Source

renamed project to amphora wiki

pull/1/head
TiynGER 1 month ago
parent
commit
96fd2de94d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/config.py
  2. +1
    -1
      src/templates/template.html

+ 1
- 1
src/config.py

@ -1,5 +1,5 @@
# Name/title of your blog # Name/title of your blog
TITLE = 'Tiyny-Wiki'
TITLE = 'Amphora Wiki'
# URL for your website: e.g. https://domain.tld # URL for your website: e.g. https://domain.tld
WEBSITE = 'localhost:5000' WEBSITE = 'localhost:5000'

+ 1
- 1
src/templates/template.html

@ -27,7 +27,7 @@
<footer> <footer>
<div class="center"> <div class="center">
Dieses Wiki enthält kein Javascript oder PHP.<br> Dieses Wiki enthält kein Javascript oder PHP.<br>
Dies ist eine Instanz vom <a href="https://github.com/tiyn/tiyny-wiki">Tiyny-Wiki</a>.
Dies ist eine Instanz vom <a href="https://github.com/tiyn/tiyny-wiki">Amphora Wiki</a>.
</div> </div>
</footer> </footer>
</body> </body>

Loading…
Cancel
Save