Skip to content

Commit

Permalink
pages: added class for content
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah authored and lnielsen committed Feb 21, 2024
1 parent e32172a commit 70804d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% block page_body %}
<div class="ui container rel-mt-2">
<div class="row">
<div class="col-xs-12">
<div class="col-xs-12 rich-input-content">
<h1>{{ page.title|safe }}</h1>
{% block content %}{{ page.content|safe }}{% endblock %}
</div>
Expand Down

0 comments on commit 70804d3

Please sign in to comment.