diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2018-04-28 00:36:13 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2018-04-28 00:36:13 +0200 |
commit | 92990d47fd72b7e13fde56ace4e1450c53103261 (patch) | |
tree | 63b3e9a28e733b6f6ed2341e57a7e93f4ddcb6ae /themes | |
parent | 81a783cd6b0ab4e437d969a4053ffb913e597416 (diff) |
Viewport for responsivity
Diffstat (limited to 'themes')
-rw-r--r-- | themes/elenq/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/elenq/templates/base.html b/themes/elenq/templates/base.html index 1b6c420..13593df 100644 --- a/themes/elenq/templates/base.html +++ b/themes/elenq/templates/base.html @@ -3,6 +3,7 @@ <head> {% block head %} <title>{% block title %}{{ SITENAME }}{% endblock title %}</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8" /> {% if FEED_ALL_ATOM %} <link href="{{ FEED_DOMAIN }}/{% if FEED_ALL_ATOM_URL %}{{ FEED_ALL_ATOM_URL }}{% else %}{{ FEED_ALL_ATOM }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Full Atom Feed" /> |