summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--partials/footer.html2
-rw-r--r--resources/glider-small.pngbin0 -> 408 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ebf6efb..f07d615 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
HTML := journal.html about.html
CSS := style.css
-RESOURCES := glider.png
+RESOURCES := glider.png glider-small.png
PARTIALS := $(addprefix partials/, meta.html nav.html footer.html)
diff --git a/partials/footer.html b/partials/footer.html
index 7dcbd78..eacd067 100644
--- a/partials/footer.html
+++ b/partials/footer.html
@@ -11,6 +11,6 @@
</p>
<a id="emblem" href='http://www.catb.org/hacker-emblem/'>
- <img src='resources/glider.png' alt='hacker emblem' />
+ <img src='resources/glider-small.png' alt='hacker emblem' />
</a>
</footer>
diff --git a/resources/glider-small.png b/resources/glider-small.png
new file mode 100644
index 0000000..3db4379
--- /dev/null
+++ b/resources/glider-small.png
Binary files differ