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/posts.html | |
parent | 6b3933282e3aa9803636b2ba580aced5c202eaa9 (diff) |
Add gemini CTA to HTTP pages
Diffstat (limited to 'src/http/tpl/posts.html')
-rw-r--r-- | src/http/tpl/posts.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/tpl/posts.html b/src/http/tpl/posts.html index e6d226b..0701459 100644 --- a/src/http/tpl/posts.html +++ b/src/http/tpl/posts.html @@ -30,6 +30,8 @@ </p> {{ end }} + {{ template "gemini-cta.html" . }} + {{ end }} {{ template "base.html" . }} |