diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-06-04 23:50:58 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-06-04 23:50:58 -0600 |
commit | b171347f739b2ada7960ad50bcba47e898d890d2 (patch) | |
tree | c88d6c3cdfb39b7e8e7cb5ec5952160cd4cf9911 /blog/old_newer/src/templates/articles/header.html | |
parent | febe3173b7430266c36508927f3535c431f0aa8b (diff) |
reflect changes on updated pyssg using jinja templates
Diffstat (limited to 'blog/old_newer/src/templates/articles/header.html')
-rw-r--r-- | blog/old_newer/src/templates/articles/header.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/blog/old_newer/src/templates/articles/header.html b/blog/old_newer/src/templates/articles/header.html new file mode 100644 index 0000000..9a3dcc9 --- /dev/null +++ b/blog/old_newer/src/templates/articles/header.html @@ -0,0 +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> +Get the RSS feed: <a target="_blank" href="https://blog.luevano.xyz/rss.xml">https://blog.luevano.xyz/rss.xml</a> +</p> |