summaryrefslogtreecommitdiff
path: root/blog/old_newer/src/templates/articles
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-04 23:50:58 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-04 23:50:58 -0600
commitb171347f739b2ada7960ad50bcba47e898d890d2 (patch)
treec88d6c3cdfb39b7e8e7cb5ec5952160cd4cf9911 /blog/old_newer/src/templates/articles
parentfebe3173b7430266c36508927f3535c431f0aa8b (diff)
reflect changes on updated pyssg using jinja templates
Diffstat (limited to 'blog/old_newer/src/templates/articles')
-rw-r--r--blog/old_newer/src/templates/articles/footer.html0
-rw-r--r--blog/old_newer/src/templates/articles/header.html9
-rw-r--r--blog/old_newer/src/templates/articles/list_entry.html1
-rw-r--r--blog/old_newer/src/templates/articles/list_footer.html1
-rw-r--r--blog/old_newer/src/templates/articles/list_header.html2
-rw-r--r--blog/old_newer/src/templates/articles/list_separator.html1
6 files changed, 14 insertions, 0 deletions
diff --git a/blog/old_newer/src/templates/articles/footer.html b/blog/old_newer/src/templates/articles/footer.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/blog/old_newer/src/templates/articles/footer.html
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>
diff --git a/blog/old_newer/src/templates/articles/list_entry.html b/blog/old_newer/src/templates/articles/list_entry.html
new file mode 100644
index 0000000..d6d8e88
--- /dev/null
+++ b/blog/old_newer/src/templates/articles/list_entry.html
@@ -0,0 +1 @@
+<li>$$DATE - <a href="$$URL">$$TITLE</a></li>
diff --git a/blog/old_newer/src/templates/articles/list_footer.html b/blog/old_newer/src/templates/articles/list_footer.html
new file mode 100644
index 0000000..3d3a44c
--- /dev/null
+++ b/blog/old_newer/src/templates/articles/list_footer.html
@@ -0,0 +1 @@
+</ul>
diff --git a/blog/old_newer/src/templates/articles/list_header.html b/blog/old_newer/src/templates/articles/list_header.html
new file mode 100644
index 0000000..7b504ea
--- /dev/null
+++ b/blog/old_newer/src/templates/articles/list_header.html
@@ -0,0 +1,2 @@
+<h2>Articles</h2>
+<ul>
diff --git a/blog/old_newer/src/templates/articles/list_separator.html b/blog/old_newer/src/templates/articles/list_separator.html
new file mode 100644
index 0000000..b27ea84
--- /dev/null
+++ b/blog/old_newer/src/templates/articles/list_separator.html
@@ -0,0 +1 @@
+<h3>$$SEP</h3>