diff --git a/index.twig b/index.twig
index 4f527f9..bdca11b 100644
--- a/index.twig
+++ b/index.twig
@@ -47,7 +47,7 @@
- {{ content }}
+ {{ content|raw }}
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)