From 36aaa5826e3b67d0e199bdde828c6bc6e45b3c56 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <david@luevano.xyz> Date: Tue, 25 May 2021 20:12:51 -0600 Subject: reflect new footer and add favicon --- blog/src/templates/common/footer.html | 22 +++++++++++----------- blog/src/templates/common/header.html | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'blog/src/templates/common') 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"> -- cgit v1.2.3-70-g09d2