summaryrefslogtreecommitdiff
path: root/blog/src
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-25 20:12:51 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-25 20:12:51 -0600
commit36aaa5826e3b67d0e199bdde828c6bc6e45b3c56 (patch)
tree67648828e7f885eae05cbd5209e6551f36f486de /blog/src
parentc99a10e28b00a913f3c6141e29a908616f625b31 (diff)
reflect new footer and add favicon
Diffstat (limited to 'blog/src')
-rw-r--r--blog/src/templates/articles/header.html8
-rw-r--r--blog/src/templates/common/footer.html22
-rw-r--r--blog/src/templates/common/header.html2
-rw-r--r--blog/src/templates/rss/rss.xml5
4 files changed, 23 insertions, 14 deletions
diff --git a/blog/src/templates/articles/header.html b/blog/src/templates/articles/header.html
index a23b877..9a3dcc9 100644
--- a/blog/src/templates/articles/header.html
+++ b/blog/src/templates/articles/header.html
@@ -1,3 +1,9 @@
<h1>Index -- Luévano's Blog</h1>
-<p>Welcome to my blog where I'll post whatever I please, ranging from rants to how-to's. Además, este pex va a estar en español e inglés porque quiero (no una mezcla en cada entrada, pero sí entradas completas en diferentes lenguajes).</p>
+<p>
+Welcome to my blog where I'll post whatever I please, ranging from rants to how-to's. Además, este pex va a estar en español e inglés porque quiero (no una mezcla en cada entrada, pero sí entradas completas en diferentes lenguajes).
+</p>
+
+<p>
+Get the RSS feed: <a target="_blank" href="https://blog.luevano.xyz/rss.xml">https://blog.luevano.xyz/rss.xml</a>
+</p>
diff --git a/blog/src/templates/common/footer.html b/blog/src/templates/common/footer.html
index 1c1344e..637c83c 100644
--- a/blog/src/templates/common/footer.html
+++ b/blog/src/templates/common/footer.html
@@ -1,23 +1,23 @@
</main>
<footer>
- <i class="fas fa-envelope" alt="Email"></i>
- Email
- <a href="mailto:david@luevano.xyz">
- david@luevano.xyz
- </a>
+ <i class="fas fa-rss" alt="RSS"></i>
+ <a href="https://blog.luevano.xyz/rss.xml">https://blog.luevano.xyz/rss.xml</a>
<br>
- <i class="fas fa-rss" alt="RSS"></i>
- RSS
- <a href="https://blog.luevano.xyz/rss.xml">
- https://blog.luevano.xyz/rss.xml
- </a>
+ <i class="fas fa-envelope" alt="Email"></i>
+ <a href="mailto:david@luevano.xyz">david@luevano.xyz</a>
<br>
<i class="fas fa-donate" alt="Donate"></i>
<a href="https://luevano.xyz/donate.html">Donate</a>
- <a href="https://paypal.me/dlvna"><i class="fab fa-paypal" alt="Paypal"></i></a>
+ <br>
+
+ <i class="fas fa-hammer" alt="Hammer"></i>
+ Created with <a href="https://github.com/luevano/pyssg">pyssg</a> by David Luévano
+ <br>
+
+ Copyright <i class="fas fa-copyright" alt="Copyright"></i> 2021 David Luévano Alvarado
</footer>
</body>
</html>
diff --git a/blog/src/templates/common/header.html b/blog/src/templates/common/header.html
index 27058a8..b6fb3b1 100644
--- a/blog/src/templates/common/header.html
+++ b/blog/src/templates/common/header.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>$$TITLE -- Luévano's Blog</title>
<link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS">
- <link rel="icon" href="fa/svgs/solid/dragon.svg">
+ <link rel="icon" href="images/icons/favicon.ico">
<!-- general style -->
<link rel="stylesheet" type="text/css" href="css/style.css">
diff --git a/blog/src/templates/rss/rss.xml b/blog/src/templates/rss/rss.xml
index 7b3796b..bda362a 100644
--- a/blog/src/templates/rss/rss.xml
+++ b/blog/src/templates/rss/rss.xml
@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+<rss version="2.0"
+ xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>$$TITLE</title>
<link>$$LINK</link>
<atom:link href="https://blog.luevano.xyz/rss.xml" rel="self" type="application/rss+xml"/>
<description>A personal weblog ranging from rants to how to's and other thoughts.</description>
<language>en-us</language>
+ <category>Blog</category>
<copyright>Copyright 2021 David Luévano Alvarado</copyright>
<managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor>
<webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster>