From 33826fc01a5b64d4d39053c1705fa1817256d1e8 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Mon, 8 Jan 2024 02:46:51 +0000 Subject: [PATCH] Remove duplicate viewport The basic theme already defines a viewpoint. Co-authored-by: Nicolas Friedli --- alabaster/layout.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alabaster/layout.html b/alabaster/layout.html index fbfc104..ef1ce69 100644 --- a/alabaster/layout.html +++ b/alabaster/layout.html @@ -7,9 +7,8 @@ {% endif %} {% if theme_canonical_url %} - + {% endif %} - {% endblock %} {# top+bottom related navs; we also have our own in sidebar #}