]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note.html
Moved more styles to CSS file
[pcdenotes.git] / notes / templates / note.html
index 7f384f9f597cd025e9bfba2ebc2f9280d37c344e..0cc6e3d679cb48520b7530a32922a912171ef00b 100644 (file)
@@ -1,5 +1,5 @@
 {% load markdownify %}
-<article class="container mt-5{% if note.is_draft %} text-muted{% endif %}">
+<article{% if note.is_draft %} class="text-muted"{% endif %}>
     <h2><a href="{{ note.get_absolute_url }}"{% if note.is_draft %} class="text-muted"{% endif %}>{{ note.title }}</a></h2>
     {% if note.is_draft %}<p class="fw-bold">Status: Draft</p>{% endif %}
     <div class="mt-3">{{ note.content|linebreaksbr|markdownify }}</div>

patrick-canterino.de