footer.twig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {# End of <div class="content"> defined in header.twig #}
  2. </div>
  3. <footer>
  4. <p>
  5. Text is available under a <a href="http://creativecommons.org/licenses/by/4.0">Creative Commons Attribution 4.0 International License</a>.
  6. </p>
  7. <ul>
  8. <li>
  9. <img alt="Peers" title="" src="images/peers.png" />
  10. <a href="http://peers.community">Peers</a>
  11. </li>
  12. <li>
  13. <img alt="RSS" title="" src="images/rss.png" />
  14. <a href="{{ 'rss/hot'|docroot }}">Hot</a> •
  15. <a href="{{ 'rss/new'|docroot }}">New</a>
  16. </li>
  17. {#
  18. <li>
  19. <img alt="Libre Exchange" title="" src="images/libre.exchange.png" />
  20. <a href="https://libre.exchange">Shop</a>
  21. </li>
  22. #}
  23. <li>
  24. <img alt="Source" title="" src="images/source.png" />
  25. <a href="https://notabug.org/zPlus/freepost">Source code</a>
  26. </li>
  27. <li>
  28. <img alt="TuxFamily" title="" src="images/tuxfamily.png" />
  29. Hosted by <a href="https://tuxfamily.org">TuxFamily</a>
  30. </li>
  31. </ul>
  32. </footer>
  33. </div>
  34. {# When users vote, this <iframe/> is used as target, such that
  35. # the page is not reloaded
  36. #}
  37. <iframe name="vote_sink" class="vote_sink"></iframe>
  38. <script src="javascript/freepost.js"></script>
  39. </body>
  40. </html>