From 07f8050d0950a79fe81b25f644bee44bd110e1e4 Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Sun, 22 Mar 2020 23:41:59 -0700 Subject: [PATCH] link to post revision history; and, compact Reddit share button I love having my blog in Git! I should do this for my real-name blog! The Reddit widget doesn't even seem to be working right (I think it's supposed to display the score of posts that have been submitted)? --- content/images/reddit.svg | 1 + notes/tech_tasks.txt | 2 +- theme/templates/article.html | 17 ++++++++++++----- 3 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 content/images/reddit.svg diff --git a/content/images/reddit.svg b/content/images/reddit.svg new file mode 100644 index 0000000..224f27e --- /dev/null +++ b/content/images/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/notes/tech_tasks.txt b/notes/tech_tasks.txt index 3e9d017..4ce66f7 100644 --- a/notes/tech_tasks.txt +++ b/notes/tech_tasks.txt @@ -17,4 +17,4 @@ even more fine-grained tag size?? (I tried this once and made it look worse :/) Atom vs. RSS proper?? maybe switch back to absolute links?? (copy-paste broke all self-links when Bailey copy-paste shared to SEXNET; but it looks like many browsers/applications silently correct that) line at bottom of image links?? -individual post history links http://jessicastringham.net/2016/12/12/github.html (only when there's post-publication history) ( https://thesquareplanet.com/blog also does this) + diff --git a/theme/templates/article.html b/theme/templates/article.html index 2c2c4f8..d40a722 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -17,12 +17,12 @@ {% block content %}
- +

{{ article.title }}

- + {% include 'metadata.inc.html' %} - - {{ article.content }} + + {{ article.content }}
@@ -32,7 +32,14 @@ - + + Submit to Reddit + +

+

+ (Post revision history)

{% if DISQUS_SITENAME %} -- 2.17.1