pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit b32bd86c0d430c01a34bb03cf11be39d66752af1
parent 5497e63e751487761a83c1868abed758ab98bdbd
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 14 Jan 2021 09:30:57 +0000

specify utf-8 charset

Diffstat:
Mindex.html | 1+
Mpost_template.html | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -4,6 +4,7 @@ <link href="./style.css" rel="stylesheet"> <title>pyratelog</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta charset="UTF-8"> </head> <body> <h3 class="index">tales from a beard in the information age</h3> diff --git a/post_template.html b/post_template.html @@ -4,6 +4,7 @@ <link href="../style.css" rel="stylesheet"> <title>pyratelog - $title$</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta charset="UTF-8"> </head> <body> <h3 class="index">tales from a beard in the information age</h3>