Skip to content

Commit

Permalink
change div to h1 in post page for kagi to index correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Jun 26, 2024
1 parent d31d2f9 commit 919e57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posts/post.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="py-16 flex flex-col gap-8" />
<div class="flex flex-col gap-4">
<div class="flex flex-col gap-2">
<div class="display text-xxl medium">{{ meta.title }}</div>
<h1 class="display text-xxl medium">{{ meta.title }}</h1>
{% if meta.fascicle %}
<div class="display text-xl">Fascicle {{ meta.fascicle.index }}: {{ meta.fascicle.title }}</div>
{% endif %}
Expand Down

0 comments on commit 919e57a

Please sign in to comment.