From db158e8f4cfe3cf5ae595eb8ffd5faf5e6586e8c Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sun, 18 Apr 2021 19:51:54 -0700 Subject: [PATCH] mark this site mobile friendly, allow pages to override as needed.. --- layout/base.j2 | 3 ++- site.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/layout/base.j2 b/layout/base.j2 index 24b23b0..2ce82b6 100644 --- a/layout/base.j2 +++ b/layout/base.j2 @@ -44,7 +44,8 @@ - + + {% block css %} diff --git a/site.yaml b/site.yaml index fd13efd..8651972 100644 --- a/site.yaml +++ b/site.yaml @@ -11,6 +11,7 @@ plugins: - hyde.ext.plugins.text.TextlinksPlugin context: data: + viewport: width=device-width, initial-scale=1 tweet_via: encthenet title: encthenet ramblings jinja2: