From 6b99b6b966043155f71ed3b79a381de9c2923e4e Mon Sep 17 00:00:00 2001
From: "M. Taylor Saotome-Westlake"
Date: Sat, 18 Apr 2020 17:05:47 -0700
Subject: [PATCH] store Reddit icon in theme directory
---
notes/tech_tasks.txt | 1 -
{content/images => theme/static/images/icons}/reddit.svg | 0
theme/templates/article.html | 3 +--
3 files changed, 1 insertion(+), 3 deletions(-)
rename {content/images => theme/static/images/icons}/reddit.svg (100%)
diff --git a/notes/tech_tasks.txt b/notes/tech_tasks.txt
index 982c503..4b6b1e9 100644
--- a/notes/tech_tasks.txt
+++ b/notes/tech_tasks.txt
@@ -1,5 +1,4 @@
rework footnotes plugin!? (Markdown footnote format is better than [ref][/ref] tags)
-store Reddit icon in theme directory
self-host a copy of Source Sans Pro (I'm annoyed that my devserver preview fonts are ugly when I've killed my network connection so I can focus for once)
bigger click-target pagination links
verify my domain with Search Console so that I can see search keywords
diff --git a/content/images/reddit.svg b/theme/static/images/icons/reddit.svg
similarity index 100%
rename from content/images/reddit.svg
rename to theme/static/images/icons/reddit.svg
diff --git a/theme/templates/article.html b/theme/templates/article.html
index 9829434..2069815 100644
--- a/theme/templates/article.html
+++ b/theme/templates/article.html
@@ -25,8 +25,7 @@
+ src="/theme/images/icons/reddit.svg" height="30px"/>
--
2.17.1