Fixes after running on mobile

This commit is contained in:
Avijit 🚀
2021-08-05 00:11:47 +02:00
committed by Yash Mehrotra
parent 534432aa94
commit 7c8ea65700
3 changed files with 21 additions and 14 deletions

View File

@@ -2,6 +2,9 @@
<html>
{{- partial "head.html" . -}}
<body>
<script type="text/javascript">
setThemeByUserPref();
</script>
{{- partial "header.html" . -}}
<main id="content">
{{- block "main" . }}{{- end }}