]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_base.html
Updated Bootstrap to 5.2.1
[pcdenotes.git] / notes / templates / note_base.html
index b1a202230ad6db65289407b27a288e53e559efe8..0a0bcdd511ae15a852c1876a1917fd4f46d2776f 100644 (file)
@@ -7,8 +7,7 @@
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <link href="{% static "notes/style.css" %}" rel="stylesheet">
-  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
-  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
+  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
 </head>
 <body class="d-flex flex-column min-vh-100">
 
     {% 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>
       <div id="footer-middle" class="col-lg-4 col-md-12 col-sm-12">
-        <p>
-          <a href="{% url "notes:note_list" %}">Home</a><br>
-          <a href="{% url "notes:archive_main" %}">Archive</a>
-        </p>
+        <ul>
+          <li><a href="{% url "notes:note_list" %}">Home</a></li>
+          <li><a href="{% url "notes:archive_main" %}">Archive</a></li>
+        </ul>
       </div>
       <div id="footer-right" class="col-lg-4 col-md-12 col-sm-12">
         This site contains random notes and thoughts by Patrick Canterino.<br>
@@ -43,8 +42,9 @@
       {% endwith %}
     </div>
     <div id="footer-note">
-      Powered by <a href="https://github.com/pcanterino/pcdenotes/">PCDENotes</a>
+      Powered by <a href="https://github.com/pcanterino/pcdenotes">PCDENotes</a>
     </div>
   </footer>
+  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de