Re-enable theme override

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-02-16 00:48:23 +05:30
parent b58f33d46d
commit 0b19ea0197
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
<head>
<!--
<script>
const currentTheme = localStorage.getItem("theme")
? localStorage.getItem("theme")
@ -11,7 +10,6 @@
document.documentElement.setAttribute("data-theme", currentTheme);
}
</script>
-->
<link href="https://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
{{ hugo.Generator }}