summaryrefslogtreecommitdiff
path: root/blog/src
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-27 21:51:53 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-27 21:51:53 -0600
commitd01bcc92f5a32fefadf28fa26cf12ece731fe374 (patch)
tree1b0101e95a2e864e1e473ac4584a5095579667c0 /blog/src
parente80db27e564445d7a9dd98bb8fd011b48d30fd73 (diff)
reflect new article arrangement
Diffstat (limited to 'blog/src')
-rw-r--r--blog/src/.files1
-rw-r--r--blog/src/a/new_blogging_system.md1
-rw-r--r--blog/src/templates/article/footer.html8
-rw-r--r--blog/src/templates/tag/list_footer.html1
-rw-r--r--blog/src/templates/tag/list_header.html1
5 files changed, 10 insertions, 2 deletions
diff --git a/blog/src/.files b/blog/src/.files
index b677ff0..8f1eb14 100644
--- a/blog/src/.files
+++ b/blog/src/.files
@@ -6,3 +6,4 @@ a/sql_video_notes.md 1614695711.6048582 1621285193.115201 english,notes,sql
a/first_blog_post.md 1614431313.2090824 1621284833.6700118 english,short,tools,update
a/linux_video_notes.md 1615701443.6397786 1621285146.314528 english,linux,notes
a/mail_server_with_postfix.md 1616299559.6570284 1621285463.4990773 english,mail,server,tools,tutorial
+a/new_blogging_system.md 1622172099.117893 1622173322.4337702 english,short,tools,update
diff --git a/blog/src/a/new_blogging_system.md b/blog/src/a/new_blogging_system.md
index 78db376..a855259 100644
--- a/blog/src/a/new_blogging_system.md
+++ b/blog/src/a/new_blogging_system.md
@@ -6,7 +6,6 @@ tags: short
update
tools
english
- pyssg
So, I was tired of working with `ssg` (and then `sbg` which was a modified version of `ssg` that I "wrote"), for one general reason: not being able to extend it as I would like; and not just dumb little stuff, I wanted to be able to have more control, to add tags (which another tool that I found does: `blogit`), and even more in a future.
diff --git a/blog/src/templates/article/footer.html b/blog/src/templates/article/footer.html
index 8778a5e..354aac2 100644
--- a/blog/src/templates/article/footer.html
+++ b/blog/src/templates/article/footer.html
@@ -1,2 +1,8 @@
+
+<hr>
+<div class="article-info">
<p>By: $$AUTHOR</p>
-<p>Created: $$CTIME, edited: $$MTIME</p>
+<p>Created: $$CTIME</p>
+<p>Edited: $$MTIME</p>
+$$TAGS
+</div>
diff --git a/blog/src/templates/tag/list_footer.html b/blog/src/templates/tag/list_footer.html
index 8ce77e5..a1a9917 100644
--- a/blog/src/templates/tag/list_footer.html
+++ b/blog/src/templates/tag/list_footer.html
@@ -1 +1,2 @@
</p>
+</div>
diff --git a/blog/src/templates/tag/list_header.html b/blog/src/templates/tag/list_header.html
index d12f767..af11130 100644
--- a/blog/src/templates/tag/list_header.html
+++ b/blog/src/templates/tag/list_header.html
@@ -1 +1,2 @@
+<div class="article-tags">
<p>Tags: