diff options
Diffstat (limited to 'app/pages')
-rw-r--r-- | app/pages/templates/pages/luxagraf/page_detail.html | 2 |
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> |