diff options
| author | paul (uranus) <paul@buetow.org> | 2017-07-29 17:26:55 +0100 |
|---|---|---|
| committer | paul (uranus) <paul@buetow.org> | 2017-07-29 17:26:55 +0100 |
| commit | ec9acaa9d3206d63b2da8586d496f91c970f0d08 (patch) | |
| tree | bad5d2a467de711d27ac06d27b5db6e2930d198e /default | |
| parent | 737f10a37bf6f744ba8cf50ee976bb54fbbc76a7 (diff) | |
no https
Diffstat (limited to 'default')
| -rw-r--r-- | default/templates/html5.xml | 4 | ||||
| -rw-r--r-- | default/templates/rss2.feed.xml | 2 | ||||
| -rw-r--r-- | default/templates/xhtml.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml index caacba4..70c50bb 100644 --- a/default/templates/html5.xml +++ b/default/templates/html5.xml @@ -22,9 +22,9 @@ <div class="footer"> <noop>Generated in !!TIME!!s</noop> <noop>| Powered by </noop> - <namedlink href="https://xerl.buetow.org">Xerl</namedlink> + <namedlink href="http://xerl.buetow.org">Xerl</namedlink> <noop>| Xerl templates managed with Puppet/Git | Running on FreeBSD - The Power to Serve | </noop> - <namedlink href="https://sitemap.buetow.org">Sitemap</namedlink> + <namedlink href="http://sitemap.buetow.org">Sitemap</namedlink> </div> </div> </body> diff --git a/default/templates/rss2.feed.xml b/default/templates/rss2.feed.xml index fb42a30..dfa5515 100644 --- a/default/templates/rss2.feed.xml +++ b/default/templates/rss2.feed.xml @@ -7,7 +7,7 @@ <hyperlink>http://%%host%%</hyperlink> <description>buetow.org - Paul C. Buetows Tech Newsfeed</description> <pubDate>$$!/bin/date$$</pubDate> - <generator>Xerl Web Engine (https://xerl.buetow.org)</generator> + <generator>Xerl Web Engine (http://xerl.buetow.org)</generator> <language>en</language> <noop>%%content%%</noop> </channel> diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index 35aaf98..4ea784c 100644 --- a/default/templates/xhtml.xml +++ b/default/templates/xhtml.xml @@ -24,7 +24,7 @@ <div class="footer"> <noop>Generated in !!TIME!!s</noop> <noop>| Powered by </noop> - <namedlink href="https://xerl.buetow.org">Xerl</namedlink> + <namedlink href="http://xerl.buetow.org">Xerl</namedlink> <noop>| Xerl templates managed with Puppet/Git</noop> </div> </div> |
