Introduction
Introduction Statistics Contact Development Disclaimer Help
don't set border on img, text-encoding before <title> - swerc - anselm's simple…
git clone git://git.suckless.org/swerc
Log
Files
Refs
README
---
commit f452c18e02cec0e25fbacad3f275d78b5a22ab4e
parent 70bc88b16783cc9f3a8031ef68e845534493fb88
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 21 Nov 2017 20:12:49 +0100
don't set border on img, text-encoding before <title>
Diffstat:
M tpl/master.tpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tpl/master.tpl b/tpl/master.tpl
@@ -1,13 +1,13 @@
<!doctype html>
<html>
<head>
+ <meta charset="utf-8">
<title>%($pageTitle%)</title>
<link rel="stylesheet" type="text/css" href="/pub/style.css">
- <meta charset="utf-8">
</head>
<body>
<div id="header">
- <a href="/"><img src="//suckless.org/logo.png" width="23" heig…
+ <a href="/"><img src="//suckless.org/logo.png" width="23" heig…
<a id="headerLink" href="/">%($"siteTitle%)</a> <span id="head…
</div>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.