summaryrefslogtreecommitdiff
path: root/app/pages/templates/pages/luxagraf/page_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/pages/templates/pages/luxagraf/page_detail.html')
-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 4644386..fc66917 100644
--- a/app/pages/templates/pages/luxagraf/page_detail.html
+++ b/app/pages/templates/pages/luxagraf/page_detail.html
@@ -7,7 +7,7 @@
{%block bodyid%}id="{{object.title|slugify}}"{%endblock%}
{% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %}
{% block primary %}<main>
- <article>
+ <article class="content">
<header class="post-header">
<h1 class="post-title">{{object.title}}</h1>
{%if object.sub_title %}<h2 class="post-subtitle">{{object.sub_title}}</h2>{%endif%}