]> git.p6c8.net - pcdenotes.git/commitdiff
Fixed <h2> CSS classes in archive views
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 30 Jan 2022 20:09:10 +0000 (21:09 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sun, 30 Jan 2022 20:09:10 +0000 (21:09 +0100)
notes/templates/archive_main.html
notes/templates/archive_month.html
notes/templates/archive_year.html

index 268e950d42fa3b1f9710590459e637b9ec6f7035..640d9f200a5851565186e652e5fc1a3970bec05e 100644 (file)
@@ -3,7 +3,7 @@
 {% block title %}Archive – Notes{% endblock %}
 
 {% block content %}
 {% block title %}Archive – Notes{% endblock %}
 
 {% block content %}
-<h2>Archive</h2>
+<h2 class="container mt-5">Archive</h2>
 
 {% if years %}
 <ul>
 
 {% if years %}
 <ul>
index 594eb35b211f35097038503ec56e9e2ad8e2e0a6..a73f3e578133a3cfe9ede508e4fef00ac188e4f4 100644 (file)
@@ -3,7 +3,7 @@
 {% block title %}Archive {{ month }} / {{ year }} – Notes{% endblock %}
 
 {% block content %}
 {% block title %}Archive {{ month }} / {{ year }} – Notes{% endblock %}
 
 {% block content %}
-<h2>Archive {{ month }} / {{ year }}</h2>
+<h2 class="container mt-5">Archive {{ month }} / {{ year }}</h2>
 
 {% if notes %}
 <ul>
 
 {% if notes %}
 <ul>
index 826086acd3891125a2ce91f7e33c6b5a0dbf2212..430a1f035546e84e92af8d3db2503fe2d04fcb41 100644 (file)
@@ -3,7 +3,7 @@
 {% block title %}Archive {{ year }} – Notes{% endblock %}
 
 {% block content %}
 {% block title %}Archive {{ year }} – Notes{% endblock %}
 
 {% block content %}
-<h2>Archive {{ year }}</h2>
+<h2 class="container mt-5">Archive {{ year }}</h2>
 
 {% if months %}
 <ul>
 
 {% if months %}
 <ul>

patrick-canterino.de