Skip to content

Commit c71c124

Browse files
committed
Fix site on mobile
plus set charset = UTF-8
1 parent 177f73c commit c71c124

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mixtape.tmpl

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<html>
33
<head>
44
<title>Mixtape</title>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
57
<style type="text/css">
68
body {
79
font-size: 1.2em;

templates.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)