Introduced Piwik as an optional plugin
Change-Id: I57d6961ac9e922e1a661ea94a5a6c7563688ed0b
diff --git a/templates/doc/faq.html.ep b/templates/doc/faq.html.ep
index 7a3284d..26eb0a3 100644
--- a/templates/doc/faq.html.ep
+++ b/templates/doc/faq.html.ep
@@ -19,3 +19,5 @@
<p>Please refer to our public ticketing system <%= doc_ext_link_to 'for the frontend at GitHub', 'https://github.com/KorAP/Kalamar/issues' %>, to report on any issues. If you don't have a GitHub account, please send us an <%= mail_to_chiffre join('@', 'korap', 'ids-mannheim.de'), subject => 'I found an issue', begin %>e-mail<% end %>.</p>
%# This option is the preferred one because it gathers some (and will in time gather more) important versioning data.
</section>
+
+%= content_block 'faq'
diff --git a/templates/layouts/main.html.ep b/templates/layouts/main.html.ep
index 5f9983c..88c364d 100644
--- a/templates/layouts/main.html.ep
+++ b/templates/layouts/main.html.ep
@@ -81,6 +81,7 @@
%= include 'partial/footer'
% };
%= notifications 'Kalamar::Plugin::Notifications'
- %= piwik_tag
+
</body>
+ %= content_block 'scripts'
</html>