From 1ab4d273aedb61782e04cd0fb32575174a8a7840 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Mon, 25 May 2020 18:04:00 +0000
Subject: [PATCH] 🧹 Minor bug fixes identified by Sonarcube

---
 layouts/partials/head.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 7ee5677..c5bbf7e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,4 +1,3 @@
-<html lang="en" data-theme="light">
 <head>
     <title> {{.Site.Params.author}}{{ with .Title }} | {{ . }}{{ end }} </title>
     <meta charset="utf-8">

--
Gitblit v1.10.0