Skip to content

Commit

Permalink
Merge pull request #17 from NoisyWool/fix-author-markup
Browse files Browse the repository at this point in the history
Fix closing tag in author.md
  • Loading branch information
jsargiot authored Jul 6, 2023
2 parents 3eb6ca4 + ef11fa9 commit 406edb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% block content %}

<div class="author-details">
<h3 class="author-title">{{ author.name }}</h2>
<h3 class="author-title">{{ author.name }}</h3>
<p><strong>Born:</strong> <span class="author-born-date">{{ author.born_at }}</span> <span class="author-born-location">{{ author.born_in }}</span></p>
<p><strong>Description:</strong></p>
<div class="author-description">
Expand Down

0 comments on commit 406edb0

Please sign in to comment.