use png logo again - swerc - anselm's simpler werc fork | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 70bc88b16783cc9f3a8031ef68e845534493fb88 | |
parent 8e3070003cf60ea071a9a3b7c2cc4d526d409c9a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 21 Nov 2017 18:45:56 +0100 | |
use png logo again | |
Diffstat: | |
M tpl/master.tpl | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/tpl/master.tpl b/tpl/master.tpl | |
@@ -7,7 +7,7 @@ | |
</head> | |
<body> | |
<div id="header"> | |
- <a href="/"><img src="//suckless.org/logo.svg" /></a> | |
+ <a href="/"><img src="//suckless.org/logo.png" width="23" heig… | |
<a id="headerLink" href="/">%($"siteTitle%)</a> <span id="head… | |
</div> | |