Add baseurl feature

Allow an optional base url to be included in generation of html files.
This commit is contained in:
2022-07-31 19:25:56 -04:00
parent cf554571c8
commit 536f7cce03
3 changed files with 16 additions and 7 deletions

View File

@@ -2,6 +2,9 @@
<html lang="en">
<head>
<title>Hacker Public Radio ~ The Technology Community Podcast</title>
<!--% IF baseurl %-->
<base href="<!--% baseurl %-->">
<!--% END %-->
<meta charset="utf-8" />
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta name="keywords" content="Technology, Tech News, Education, Training" />