From ff99aceb1cdb0e04bc633ec71ca91b78ea88e0b0 Mon Sep 17 00:00:00 2001 From: Pano Valdez Date: Tue, 6 Aug 2024 13:31:50 -0300 Subject: [PATCH] Orden en posteos --- post/templates/post/post_page.html | 76 ++++++++++++++++++++++++++---- 1 file changed, 66 insertions(+), 10 deletions(-) diff --git a/post/templates/post/post_page.html b/post/templates/post/post_page.html index 6e02ded..36fbbf5 100644 --- a/post/templates/post/post_page.html +++ b/post/templates/post/post_page.html @@ -17,26 +17,82 @@ } .rich-text a { text-decoration: underline; - color: aqua; + color: blue; } {% endblock %} +{% block body_class %}bg-white{% endblock %} + {% block content %}
{% srcset_image page.banner width-{400,800} class="w-full object-cover" style="height: 30vh!important" %}
-
-

{{ page.title }}

-

Por {{ page.author }}

-
- {{ page.body|richtext }} + +
+
+

{{ page.title }}

+

Por {{ page.author }}

+
{{ page.body|richtext }}
+

Compartí esta nota en:

+ + + +
+
+

Autor/a

+

{{ page.author }}

+

Publicado

+

{{ page.date }}

+

Etiquetas

+

+ {% for tag in page.tags.all %} +

{{tag}}

+ {% endfor %} +

-
-

{{ page.date }}

-
- {% endblock content %} \ No newline at end of file