Added a FAQ
[bigly] / src / bigly / templates / bigly / _base.html
index 13ccecd..63216e0 100644 (file)
     <footer>
       <section>&copy; {% now "Y" %} David Kerkeslager</section>
       <section>All code for this site is released under the AGPL version 3.</section>
+      <section>
+        <a href='https://github.com/kerkeslager/bigly'>Code</a>
+        |
+        <a href='{% url "faq" %}'>FAQ</a>
+      </section>
     </footer>
   </body>
 </html>