Commit 83b33429 authored by Mattia Migliorini's avatar Mattia Migliorini

Add meta viewport and charset, remove meta content-type and generator

There should be a better way to add meta tags, but I did not find a working solution
parent 936c6815
This diff is collapsed.
......@@ -47,6 +47,8 @@
<html lang="<?php print $language->language; ?>">
<head profile="<?php print $grddl_profile; ?>">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="charset" content="utf-8">
<?php print $head; ?>
<title><?php print $head_title; ?></title>
<?php print $styles; ?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment