diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-01-24 13:12:46 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-01-24 13:13:07 +0100 |
commit | b766eefe7cfaf334aeb607171250a2b4b9eaabf0 (patch) | |
tree | 10c20bd8d1f5f64a852b7668630eaff4ea02faf5 /src/http/tpl/index.html | |
parent | 6b3933282e3aa9803636b2ba580aced5c202eaa9 (diff) |
Add gemini CTA to HTTP pages
Diffstat (limited to 'src/http/tpl/index.html')
-rw-r--r-- | src/http/tpl/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index fdaf43f..0e5b58e 100644 --- a/src/http/tpl/index.html +++ b/src/http/tpl/index.html @@ -50,6 +50,8 @@ <li><a href="https://yamakan.place/palestine/#">Radio alHara</a> is another great internet radio station.</li> </ul> + {{ template "gemini-cta.html" . }} + {{ end }} {{ template "base.html" . }} |