From 470a7340348e8a16632993eed077cf52413da175 Mon Sep 17 00:00:00 2001
From: Daniel Rudolf <github.com@daniel-rudolf.de>
Date: Tue, 1 Oct 2019 13:31:34 +0200
Subject: [PATCH] :tada: Add pico-theme.yml and update to API version 3

See https://github.com/picocms/Pico/commit/b27b4f388a34210a94ab59fc12faececb5435d4c for more info
---
 index.twig     |  2 +-
 pico-theme.yml | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)
 create mode 100644 pico-theme.yml

diff --git a/index.twig b/index.twig
index 4f527f9..bdca11b 100644
--- a/index.twig
+++ b/index.twig
@@ -47,7 +47,7 @@
 
     <div id="main">
         <div class="container">
-            {{ content }}
+            {{ content|raw }}
         </div>
     </div>
 
diff --git a/pico-theme.yml b/pico-theme.yml
new file mode 100644
index 0000000..ccd71b3
--- /dev/null
+++ b/pico-theme.yml
@@ -0,0 +1,11 @@
+api_version: 3
+
+meta:
+    Social: social
+
+twig_config:
+    autoescape: html
+    strict_variables: false
+    charset: utf-8
+
+widescreen: false               # Use more horicontal space (i.e. make the site container wider)
-- 
GitLab