diff options
Diffstat (limited to 'blog/dst/a/first_blog_post.html')
-rw-r--r-- | blog/dst/a/first_blog_post.html | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/blog/dst/a/first_blog_post.html b/blog/dst/a/first_blog_post.html index f3b21f5..63bb681 100644 --- a/blog/dst/a/first_blog_post.html +++ b/blog/dst/a/first_blog_post.html @@ -3,8 +3,10 @@ <head> <base href="https://static.luevano.xyz/"> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>This is the first blog post, just for testing purposes -- Luévano's Blog</title> - <link rel="icon" href="fa/svgs/solid/dragon.svg"> + <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> + <link rel="icon" href="images/icons/favicon.ico"> <!-- general style --> <link rel="stylesheet" type="text/css" href="css/style.css"> @@ -67,27 +69,27 @@ <p>Hopefully, for tomorrow all of this will be sorted out and I’ll have a working blog system.</p> <p>Tags: <a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@short.html">short</a>, <a href="https://blog.luevano.xyz/tag/@tools.html">tools</a>, <a href="https://blog.luevano.xyz/tag/@update.html">update</a></p> <p>By: David Luévano</p> -<p>Created: Sat, 27 Feb, 2021 @ 13:08 UTC, edited: Mon, 17 May, 2021 @ 20:53 UTC</p> +<p>Created: Sat, Feb 27, 2021 @ 13:08 UTC, edited: Mon, May 17, 2021 @ 20:53 UTC</p> </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> |