diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-13 00:28:18 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-13 00:32:23 +0100 |
commit | 3de9ef9ea5a4d46cbf99e83342df216cf7b48bfd (patch) | |
tree | 1e777b3f7ef35d94f0b2b399e948dbee1156bf65 /Makefile | |
parent | bdfca3a7982d66355395e46a6d63910402db171c (diff) | |
download | website-3de9ef9ea5a4d46cbf99e83342df216cf7b48bfd.tar.xz |
Add picture of myself to about page
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ HTML := index.html journal.html about.html CSS := style.css journal/isso.css -RESOURCES := glider.png +RESOURCES := glider.png me.jpg TEMPLATES := $(shell find src/templates) FILES := $(HTML) $(CSS) sitemap.xml pgp-key.txt \ |