Archived
4
2
Commit Graph

10 Commits

Author SHA1 Message Date
norrist 6d8bdaa7a9 link to how to help section of about 2024-05-13 17:35:32 -05:00
ken_fallon 7009533e25 Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
ken_fallon c9510516f1 Change php_baseurl to hub_baseurl in the template files 2023-05-31 10:25:17 +02:00
Ken Fallon db5774f642 Added support for having a different php FQDN location from the main site via php_baseurl 2023-05-29 16:11:59 +02:00
Gordon Stanton afc6b7518f Fixed link to Tags.
Get episode ID and episode tags from eps.
Generate the Tags page by looping through the tags, order by their first character.
Added tags page to the config.
2023-05-01 00:50:01 +10:00
rho_n e41f6029aa Make tags page menu link hard coded
Not implementing tags page in the static generator yet.
Make the link point to the php page on hackerpublicradio.org.
2023-02-12 13:07:06 -05:00
rho_n e855344118 Make URL direct call to HPR for non static pages 2022-08-13 12:29:46 -04:00
rho_n 1a857cbafd Add absolute_url macro to navigation links 2022-08-05 19:38:37 -04:00
rho_n c983e937e6 Change extension from html to php for navigation links 2022-08-04 19:04:46 -04:00
rho_n b66ea3fd69 Initial add of web page Template files
The page.tpl.html is the main template file for generating a page.
It contains variable references to the pages navigation menu
($naviation) and the pages content ($content). These variables are
defined in the site.cfg file and point to the corresponding navigation
and content template files.
2022-06-28 10:40:24 -04:00