logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: a4d894b8ef95a9e781e494c6685f56347399cf55
parent 1f0f4d5af960b13f74a95805a368503063d99035
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 16 Jan 2019 06:47:06 +0100

templates/head.shtml: Make it proper xHTML-compatible

Diffstat:

Mtemplates/head.shtml6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/head.shtml b/templates/head.shtml @@ -1,5 +1,5 @@ <meta charset="utf-8"/> - <link rel="stylesheet" type="text/css" href="/css/index.css"> + <link rel="stylesheet" type="text/css" href="/css/index.css"/> <link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab" /> - <link rel="icon" type="text/css" href="/images/favicon.png"> - <link rel="pgpkey" href="/key.asc"> + <link rel="icon" type="text/css" href="/images/favicon.png"/> + <link rel="pgpkey" href="/key.asc"/>