summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-19 02:18:08 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-19 02:18:08 -0400
commitd2617d67ddc1e9453f2c71cd51a42db11fcd66d2 (patch)
treed41712a4ac2716cc26a8307658f1671f6bd38b45
parent31d0be3b853d1b9ed33e9028482de52bf0bfc72e (diff)
downloadtozt-hugo-d2617d67ddc1e9453f2c71cd51a42db11fcd66d2.tar.gz
tozt-hugo-d2617d67ddc1e9453f2c71cd51a42db11fcd66d2.zip
resize the image itself to save download time
-rw-r--r--static/sphtkr-full.jpgbin0 -> 163880 bytes
-rw-r--r--static/sphtkr.jpgbin163880 -> 10194 bytes
-rw-r--r--themes/tozt/layouts/partials/header.html2
3 files changed, 1 insertions, 1 deletions
diff --git a/static/sphtkr-full.jpg b/static/sphtkr-full.jpg
new file mode 100644
index 0000000..78dfb62
--- /dev/null
+++ b/static/sphtkr-full.jpg
Binary files differ
diff --git a/static/sphtkr.jpg b/static/sphtkr.jpg
index 78dfb62..c133240 100644
--- a/static/sphtkr.jpg
+++ b/static/sphtkr.jpg
Binary files differ
diff --git a/themes/tozt/layouts/partials/header.html b/themes/tozt/layouts/partials/header.html
index bceb2c0..50a465b 100644
--- a/themes/tozt/layouts/partials/header.html
+++ b/themes/tozt/layouts/partials/header.html
@@ -12,7 +12,7 @@
<header class="page">
<div>
<div class="name"><h1>{{ .Site.Title | markdownify }}</h1></div>
- <img src="/sphtkr.jpg" width=80 height=80 class="icon" />
+ <img src="/sphtkr.jpg" class="icon" />
</div>
<div class="clear"></div>
</header>