From 02d5d2c00cc11504dbce9e834c92bd099a74a4a0 Mon Sep 17 00:00:00 2001 From: Adonay Felipe Nogueira Date: Fri, 22 Jul 2016 11:08:31 -0300 Subject: [PATCH] Adds licensing syntax, as recognized by GNU LibreJS, to pages that load "./template/vote.twig", that has HTML/JavaScript event handlers. Tries to solve . --- template/index.twig | 21 +++++++++++++++++++++ template/post.twig | 23 ++++++++++++++++++++++- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/template/index.twig b/template/index.twig index ad14a57e..50faca5c 100644 --- a/template/index.twig +++ b/template/index.twig @@ -1,5 +1,26 @@ {% include 'header.twig' %} + +
{# banner diff --git a/template/post.twig b/template/post.twig index 71a62a3e..205fb09a 100644 --- a/template/post.twig +++ b/template/post.twig @@ -1,5 +1,26 @@ {% include 'header.twig' %} + +
@@ -56,4 +77,4 @@
-{% include 'footer.twig' %} \ No newline at end of file +{% include 'footer.twig' %}