Added Piwik code
authorReda Lazri <the.red.shortcut@gmail.com>
Tue, 13 Sep 2016 11:17:27 +0000 (12:17 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Tue, 13 Sep 2016 11:17:27 +0000 (12:17 +0100)
givingguide.html

index 34cd46806b06cd274620e51f844c9536f0f906db..0aa9c61591db2176ea00d81ce390f61c88ef8b9c 100644 (file)
       <!--End Row-->
       <div class="alert alert-success ryf center-block">
         <li class="info">
-        <p>
-          All the items recommended by the Free Software Foundation are <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom" class="alert-link">RYF-Certified</a>
-        </p>
+          <p>
+            All the items recommended by the Free Software Foundation are <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom" class="alert-link">RYF-Certified</a>
+          </p>
         </li>
       </div>
     </div>
   <script src="js/jquery-2.2.2.min.js" charset="utf-8"></script>
   <!-- Include all compiled plugins (below), or include individual files as needed -->
   <script src="js/bootstrap.min.js" charset="utf-8"></script>
+  <!-- Our JS -->
   <script src="js/magic.js" charset="utf-8"></script>
+
+  <!-- Piwik -->
+  <script type="text/javascript">
+    // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
+    var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
+    document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
+    try {
+      var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
+      piwikTracker.trackPageView();
+      piwikTracker.enableLinkTracking();
+    } catch (err) {}
+    // @license-end
+  </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
+  <!-- End Piwik Tracking Code -->
 </body>
 
 </html>