From 9a83c13daf4a3e7608beecbc422edc87174c60ed Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 13 Oct 2024 17:39:10 -0400 Subject: [PATCH] Add Promote HPR page Implement the template file and add reference to site.cfg. --- site.cfg | 4 ++++ templates/content-promote.tpl.html | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 templates/content-promote.tpl.html diff --git a/site.cfg b/site.cfg index 4a4e280..2676970 100644 --- a/site.cfg +++ b/site.cfg @@ -124,6 +124,10 @@ media_baseurl: https://www.hackerpublicradio.org/eps/ navigation: navigation-about.tpl.html content: content-mumble-howto.tpl.html +[promote] +navigation: navigation-about.tpl.html +content: content-promote.tpl.html + [comments_viewer] navigation: navigation-about.tpl.html content: content-comments_viewer.tpl.html diff --git a/templates/content-promote.tpl.html b/templates/content-promote.tpl.html new file mode 100644 index 0000000..82de216 --- /dev/null +++ b/templates/content-promote.tpl.html @@ -0,0 +1,22 @@ +
+
+

Please promote HPR

+
+

Feel free to use the promotional material to spread the word in your podcasts, or have them played on to other shows.

+

General HPR promotion

+ + +

Requests for contributions

+

+

+

+ +
-- 2.43.5