diff options
-rw-r--r-- | src/gmi/tpl/footer.gmi | 2 | ||||
-rw-r--r-- | src/http/tpl/base.html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/gmi/tpl/footer.gmi b/src/gmi/tpl/footer.gmi index 44782a1..355bc91 100644 --- a/src/gmi/tpl/footer.gmi +++ b/src/gmi/tpl/footer.gmi @@ -5,4 +5,6 @@ {{ end -}} +=> https://code.betamike.com/mediocregopher/mediocre-blog Source + => {{ BlogURL "wtfpl.txt" }} License for all content, if you must have one diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html index 612657e..fa65911 100644 --- a/src/http/tpl/base.html +++ b/src/http/tpl/base.html @@ -114,6 +114,8 @@ / <a href="{{ BlogURL "feed.xml" }}">RSS</a> // + <a href="https://code.betamike.com/mediocregopher/mediocre-blog">Source</a> + / <a href="{{ StaticURL "wtfpl.txt" }}">License</a> </header> |