]> git.p6c8.net - pcdenotes.git/commitdiff
Added link to PCDENotes repository, made copyright note smaller
authorPatrick Canterino <patrick@patrick-canterino.de>
Sat, 26 Feb 2022 12:00:28 +0000 (13:00 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 26 Feb 2022 12:00:28 +0000 (13:00 +0100)
notes/static/notes/style.css
notes/templates/note_base.html

index d5ad56c46d29ab07b325b5373d54aff6fac79f5b..56afaf8e09587f0f43830afad8c6aea3b9e66baf 100644 (file)
@@ -74,8 +74,14 @@ footer a img {
 
     footer #copyright {
         text-align: center;
 
     footer #copyright {
         text-align: center;
+        font-size: smaller;
         margin-top: 2em;
     }
         margin-top: 2em;
     }
+
+    footer #footer-note {
+        text-align: center;
+        font-size: smaller;
+    }
 }
 
 /* Small screens */
 }
 
 /* Small screens */
@@ -84,7 +90,7 @@ footer a img {
         margin-top: 1em;
     }
 
         margin-top: 1em;
     }
 
-    footer #copyright {
+    footer #copyright, footer #footer-note {
         margin-top: 1em;
     }
 }
\ No newline at end of file
         margin-top: 1em;
     }
 }
\ No newline at end of file
index 5e88f7b398886231790f5eca8c3821ea4f9c4472..3b24a1174600ca26a031212f682c517c6c64f5aa 100644 (file)
@@ -42,6 +42,9 @@
       © {% if year_current > year_start %}{{ year_start }}-{% endif %}{{ year_current }} <a href="https://www.patrick-canterino.de/">Patrick Canterino</a>
       {% endwith %}
     </div>
       © {% if year_current > year_start %}{{ year_start }}-{% endif %}{{ year_current }} <a href="https://www.patrick-canterino.de/">Patrick Canterino</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
   </footer>
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de