]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note.html
Added "static" directory
[pcdenotes.git] / notes / templates / note.html
index 1bce423ef15d6b804ae66349278f32ef53a2c0b4..9eebd5ccf8486b357ee728c6e8059c3946cfd79d 100644 (file)
@@ -3,5 +3,5 @@
     <h2><a href="{{ note.get_absolute_url }}" class="{% if note.is_draft %}text-muted{% else %}link-dark{% 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>
-    <p class="fst-italic" style="font-size: smaller;">Published on {{ note.created_at|date:"Y-m-d, H:i" }}</p>
+    <p class="publication-date">Published on {{ note.created_at|date:"Y-m-d, H:i" }}</p>
 </article>
\ No newline at end of file

patrick-canterino.de