Skip to content

Commit

Permalink
templates/blog: restore h1 style
Browse files Browse the repository at this point in the history
  • Loading branch information
hom3mad3 committed Jun 13, 2024
1 parent 8199167 commit 3dc8122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/blog/templates/blog/blog_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h4>{{ self.date }}</h4>

<div class="container">
<h1 class="h3">{{ self.translated_title }}</h1>
<h1>{{ self.translated_title }}</h1>
</div>

{% include 'includes/blocks.html' with blocks=self.body %}
Expand Down

0 comments on commit 3dc8122

Please sign in to comment.