From 0b5f3abd3d159fdc2e89b5b651a3ae2badda98e3 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 2 May 2024 10:34:45 -0500 Subject: src: added prologue to source --- app/posts/templates/posts/src_detail.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'app/posts') diff --git a/app/posts/templates/posts/src_detail.html b/app/posts/templates/posts/src_detail.html index 23184c9..9ada33d 100644 --- a/app/posts/templates/posts/src_detail.html +++ b/app/posts/templates/posts/src_detail.html @@ -27,15 +27,23 @@

{{object.title|smartypants|safe}}

-

{% if object.subtitle %}{{object.subtitle|smartypants|safe}}{%else%}{{object.meta_description|safe|smartypants|widont}}{%endif%}

-
- - +
+ {% if object.prologue_html %}
+ {{object.prologue_html|smartypants|safe}} +

{%endif%}
{{object.body_html|safe|smartypants|widont}}
-- cgit v1.2.3-70-g09d2