From 753f55c09e9f6da5959e44d7cdce6d8db72b46bb Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 30 May 2022 12:25:27 -0700 Subject: [PATCH] Viewport: disable shrink-to-fit (WebKit) I go out of my way to make sure the site works on viewports well under 240 CSS pixels wide. Some pages are very long, so a single mistake in one part of the page shouldn't cause small text throughout the page. --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ae73712..929427e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ {{- $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" }} - + {{ if or (eq site.BaseURL site.Params.CanonicalBaseURL) (in site.BaseURL "wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion") -}} {{ end -}}