diff options
Diffstat (limited to '')
-rw-r--r-- | templates/head.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/head.html b/templates/head.html new file mode 100644 index 0000000..3739342 --- /dev/null +++ b/templates/head.html @@ -0,0 +1,7 @@ +{{ define "head" }} + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <!-- other meta tags here --> + </head> +{{ end }} |