diff --git a/index.twig b/index.twig index 4f527f9026e6ad9d7a95b868a012b5ed8d5e4008..bdca11baf2eb27082529cae3f79b6001d390b5b6 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 0000000000000000000000000000000000000000..ccd71b320837073f8028552bc7d0461f753c29ca --- /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)