logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: cff47ad33e9ed2ed65bb6216e4828122647df7e5
parent 233e184cc1575fee99bd9e0705a138a4cc9b5c40
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 12 Nov 2020 17:41:37 +0100

templates/head: Cache favicon and avatar

Diffstat:

Mtemplates/head.shtml4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/head.shtml b/templates/head.shtml @@ -2,5 +2,5 @@ <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2020220701"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab" /> - <link rel="icon" type="text/css" href="/images/favicon.png"/> - <meta property="og:image" content="https://hacktivis.me/images/avatar.png"/> + <link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/> + <meta property="og:image" content="https://hacktivis.me/images/avatar.png?serial=2020111201"/>