diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-02-13 17:15:48 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-02-13 17:15:48 +0100 |
commit | 300a78ef48c644a2537913fab6ba8cf17c543b90 (patch) | |
tree | 9d5a2796611e8dc039bf1444b502a5d60b446402 | |
parent | 80c1631bdd214fc29daf3cd9685ae4afa34b13fe (diff) |
Include link to source
-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> |