Skip to content

Commit 0c6845a

Browse files
committed
Fix heading hierarchy for Ingredients section
1 parent 3666c25 commit 0c6845a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bakerydemo/templates/breads/bread_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{% endif %}
3535
{% with ingredients=page.ordered_ingredients %}
3636
{% if ingredients %}
37-
<h4>Ingredients</h4>
37+
<p class="bread-detail__meta-title">Ingredients</p>
3838
<ul>
3939
{% for ingredient in ingredients %}
4040
<li>

0 commit comments

Comments
 (0)