logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: e302e7390744533e3fce46710eaff2b3b766403f
parent 9dc0a07e417d95f8c809d535c039263e469bb6c8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  8 Nov 2023 00:03:52 +0100

templates/head: meta-robots: noml

Diffstat:

Mtemplates/head.shtml1+
Mtemplates/head.xml1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/templates/head.shtml b/templates/head.shtml @@ -4,3 +4,4 @@ <link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab"/> <link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/> <meta property="og:image" content="/images/avatar.png?serial=2020111201"/> + <meta name="robots" content="noml"/> diff --git a/templates/head.xml b/templates/head.xml @@ -5,4 +5,5 @@ <link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab"/> <link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/> <meta property="og:image" content="/images/avatar.png?serial=2020111201"/> + <meta name="robots" content="noml"/> </xml>