From 4794752dd9ecd4f80eac52f84bd15abbf5bb9d4b Mon Sep 17 00:00:00 2001 From: Pierre Equoy Date: Mon, 17 Jan 2022 16:14:19 +0800 Subject: [PATCH] Add a viewport meta tag in simple theme for better mobile support See MDN article about this: https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag --- pelican/themes/simple/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pelican/themes/simple/templates/base.html b/pelican/themes/simple/templates/base.html index b1ea57da..6ac81e26 100644 --- a/pelican/themes/simple/templates/base.html +++ b/pelican/themes/simple/templates/base.html @@ -5,6 +5,7 @@ {% block title %}{{ SITENAME }}{% endblock title %} + {% if FEED_ALL_ATOM %} {% endif %}