]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_base.html
Adjusted padding on mobile layout
[pcdenotes.git] / notes / templates / note_base.html
index 5e88f7b398886231790f5eca8c3821ea4f9c4472..3c8b559385ab94a27ea8c8302515129d8fa782e2 100644 (file)
@@ -20,7 +20,7 @@
     {% block content %}{% endblock %}
   </main>
 
-  <footer class="container-fluid p-5 mt-5">
+  <footer class="container-fluid pt-5 pb-5 ps-md-5 pe-md-5 mt-5">
     <div class="row">
       <div id="footer-left" class="col-lg-4 col-md-12 col-sm-12">
         <a href="http://www.djangoproject.com/"><img src="https://www.djangoproject.com/m/img/badges/djangopowered126x54.gif" width="126" height="54" alt="Powered by Django." title="Powered by Django." /></a>
     <div id="copyright">
       {% with year_start="2022" %}
       {% now "Y" as year_current %}
-      © {% if year_current > year_start %}{{ year_start }}-{% endif %}{{ year_current }} <a href="https://www.patrick-canterino.de/">Patrick Canterino</a>
+      © {% if year_current > year_start %}{{ year_start }}-{% endif %}{{ year_current }} <a href="https://www.patrick-canterino.de/">Patrick Canterino</a> | Content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC BY 4.0</a>
       {% endwith %}
     </div>
+    <div id="footer-note">
+      Powered by <a href="https://github.com/pcanterino/pcdenotes">PCDENotes</a>
+    </div>
   </footer>
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de