Skip to content

Commit

Permalink
adjust heading levels
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Nov 19, 2024
1 parent 0ad3ead commit 8290738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>
<ol class="uk-slideshow-items">
{% set data = load_data(path="content/feedback.toml") %}
{% for feedback in data.feedback %}
<h3>"{{ feedback.text }}"</h3>
<h2>"{{ feedback.text }}"</h2>
{% endfor %}
</ol>
</div>
Expand Down
4 changes: 2 additions & 2 deletions templates/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ <h1 class="uk-article-title"><a class="uk-link-reset" href="">{{ page.title }}</

<p class="uk-article-meta">
{% if page.description %}
<h3 class="uk-article-title">
<h2>
{{ page.description }}
</h3>
</h2>
{% endif %}
{{ page.date | date(format="%B %d, %Y") }}
{% if page.extra.authors %}
Expand Down

0 comments on commit 8290738

Please sign in to comment.