Skip to content

Commit

Permalink
Fix site authors page links
Browse files Browse the repository at this point in the history
Signed-off-by: starksm64 <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Oct 26, 2021
1 parent 6b20628 commit 3201252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1>Staff</h1>
<ul>
{% for author in site.authors %}
<li>
<h2><a href="{{ author.url }}">{{ author.name }}</a></h2>
<h2><a href="{{ site.baseurl }}/authors/{{ author.short_name }}.html">{{ author.name }}</a></h2>
<h3>{{ author.position }}</h3>
<p>{{ author.content | markdownify }}</p>
</li>
Expand Down

0 comments on commit 3201252

Please sign in to comment.