From d01bcc92f5a32fefadf28fa26cf12ece731fe374 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 27 May 2021 21:51:53 -0600 Subject: reflect new article arrangement --- blog/src/.files | 1 + blog/src/a/new_blogging_system.md | 1 - blog/src/templates/article/footer.html | 8 +++++++- blog/src/templates/tag/list_footer.html | 1 + blog/src/templates/tag/list_header.html | 1 + 5 files changed, 10 insertions(+), 2 deletions(-) (limited to 'blog/src') 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 @@ + +
+

By: $$AUTHOR

-

Created: $$CTIME, edited: $$MTIME

+

Created: $$CTIME

+

Edited: $$MTIME

+$$TAGS +
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 @@

+ 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 @@ +

Tags: -- cgit v1.2.3-70-g09d2