summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBill <bill@billserver.senders.io>2022-12-31 14:23:20 -0500
committerBill <bill@billserver.senders.io>2022-12-31 14:23:20 -0500
commit44da246fa5e373c86373889b53263f52af84d525 (patch)
tree8eed772e39a010703283726389139744978a6bfc /templates
parentab5ecccf0e282c9a181a8123196e42b8c7ca9009 (diff)
Major overhaul, markdowns + copyright notice
Diffstat (limited to 'templates')
-rw-r--r--templates/blog-footer.html6
-rw-r--r--templates/page-footer.html6
-rw-r--r--templates/rss-header.xml21
3 files changed, 33 insertions, 0 deletions
diff --git a/templates/blog-footer.html b/templates/blog-footer.html
index de97660..2786723 100644
--- a/templates/blog-footer.html
+++ b/templates/blog-footer.html
@@ -2,5 +2,11 @@
<div id="footer">
<i>BLOG_DATE</i>
</div>
+ <div id='copyright'>
+ <small>© 2023 senders dot io -
+ <a rel="license external noopener noreferrer" target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a>
+ unless otherwise noted.
+ </small>
+ </div>
</body>
</html>
diff --git a/templates/page-footer.html b/templates/page-footer.html
index f5471aa..78d35f6 100644
--- a/templates/page-footer.html
+++ b/templates/page-footer.html
@@ -1,3 +1,9 @@
</div>
+ <div id='copyright'>
+ <small>© 2023 senders dot io -
+ <a rel="license external noopener noreferrer" target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a>
+ unless otherwise noted.
+ </small>
+ </div>
</body>
</html>
diff --git a/templates/rss-header.xml b/templates/rss-header.xml
new file mode 100644
index 0000000..c38d6f0
--- /dev/null
+++ b/templates/rss-header.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<rss version="2.0">
+<channel>
+ <title>senders.io - Blog</title>
+ <description>senders.io's blog feed</description>
+ <link>https://www.senders.io/</link>
+ <copyright>2023 - CC-BY-SA 4.0 - senders.io </copyright>
+ <lastBuildDate>Mon, 6 September 2010 00:01:00 +0000</lastBuildDate>
+ <pubDate>Sun, 6 September 2009 16:20:00 +0000</pubDate>
+ <ttl>1800</ttl>
+
+ <item>
+ <title>Example entry</title>
+ <description>Here is some text containing an interesting description.</description>
+ <link>http://www.example.com/blog/post/1</link>
+ <guid isPermaLink="false">7bd204c6-1655-4c27-aeee-53f933c5395f</guid>
+ <pubDate>Sun, 6 September 2009 16:20:00 +0000</pubDate>
+ </item>
+
+</channel>
+</rss>