Fixing a lot of mobile related bugs.

This commit is contained in:
Adsooi 2021-08-03 15:34:16 +02:00
parent 29770627da
commit 6067077580
No known key found for this signature in database
GPG key ID: 9C87C7D3A69E6BBE
5 changed files with 8 additions and 10 deletions

View file

@ -3,9 +3,7 @@
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{ .Content }}
</div>
<div id="content">{{ .Content }}</div>
{{- partial "footer.html" . -}}
</body>
</html>