Skip to content

Commit

Permalink
Fix links to author
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfatbird committed Jun 28, 2020
1 parent 7cea339 commit 19c9b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staff.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>Staff</h1>
<ul>
{% for author in site.authors %}
<li>
<h2><a href="{{ author.url }}"></a>{{ author.name}}</h2>
<h2><a href="{{ author.url }}">{{ author.name }}</a></h2>
<h3>{{ author.position }}</h3>
<p>{{ author.content | markdownify }}</p>
</li>
Expand Down

0 comments on commit 19c9b99

Please sign in to comment.