From 25c9468ab452b2947f86630d844041a348f23508 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 10 May 2022 15:39:50 -0700 Subject: [PATCH] Hide tag cloud on mobile devices --- layouts/posts/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 2800ccd0..fe94389f 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -1,7 +1,7 @@ {{ define "main" }}
-
+

{{ i18n "tags" }}

{{ if not (eq (len $.Site.Taxonomies.tags) 0) }} {{ $fontUnit := "rem" }}