summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-03-09 13:30:01 -0600
committerluxagraf <sng@luxagraf.net>2024-03-09 13:30:01 -0600
commite491ff1a198303d36abc2dbd2b7e7a9760542d8c (patch)
treeaebe8ba02f022208d12aea21a0e0b19f9abee310
parent8e0b13c159db275b2cbc521ded9dfd5d6855a2d5 (diff)
pages: added class name to get css working
-rw-r--r--app/pages/templates/pages/luxagraf/page_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/pages/templates/pages/luxagraf/page_detail.html b/app/pages/templates/pages/luxagraf/page_detail.html
index 1f11671..1365769 100644
--- a/app/pages/templates/pages/luxagraf/page_detail.html
+++ b/app/pages/templates/pages/luxagraf/page_detail.html
@@ -12,7 +12,7 @@
<h1 class="post-title">{{object.title}}</h1>
{%if object.sub_title %}<h2 class="post-subtitle">{{object.sub_title}}</h2>{%endif%}
</header>
- <div class="post-article">
+ <div class="e-content entry-content post-body">
{{object.body_html|safe|smartypants|widont}}
</div>
</article>