From e32b002a9907d4e82d47ad76b9357abd889316a3 Mon Sep 17 00:00:00 2001 From: Pano Valdez Date: Tue, 13 Aug 2024 13:03:12 -0300 Subject: [PATCH] agrego target _blank enlaces externos --- post/templates/post/post_page.html | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/post/templates/post/post_page.html b/post/templates/post/post_page.html index 5c2bfcc..48a54dc 100644 --- a/post/templates/post/post_page.html +++ b/post/templates/post/post_page.html @@ -19,6 +19,9 @@ text-decoration: underline; color: blue; } + .reset *:not(p) { + all: revert!important; + } {% endblock %} @@ -26,14 +29,14 @@ {% block content %}
- {% srcset_image page.banner width-{400,800} class="w-full object-cover" style="height: 30vh!important" %} + {% srcset_image page.banner width-{400,2000} class="w-full object-cover" style="height: 50vh!important" %}

{{ page.title }}

Por {{ page.author }}

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

Compartí esta nota en:

+ +