From c57b4346978d62a9317ce2dedb1e7b61db3b165b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 6 Sep 2018 12:17:04 +0200 Subject: [PATCH] Add Instagram modular template --- templates/modular/instagram.html.twig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/modular/instagram.html.twig diff --git a/templates/modular/instagram.html.twig b/templates/modular/instagram.html.twig new file mode 100644 index 0000000..54aaa95 --- /dev/null +++ b/templates/modular/instagram.html.twig @@ -0,0 +1,13 @@ +{% set grid_size = theme_var('grid-size') %} + +
+
+
+
+ {{ content }} + + {{ instagram_feed() }} +
+
+
+