Skip to content

Commit

Permalink
Update author.html
Browse files Browse the repository at this point in the history
  • Loading branch information
swthewhite authored Jul 24, 2024
1 parent 0358570 commit 14eefa4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _layouts/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

<article class="article article--post content typeset">

<span><h1>{{ page.name }}</h1>{{ page.username }}</span>
<h4>{{ page.position }}</h4>
<h1>{{ page.name }}</h1>
<h3>Name: [{{ page.username }}]({{ page.github }})</h3>
<h4>Position: {{ page.position }}</h4>
<p>
{{ content }}
</p>
Expand Down

0 comments on commit 14eefa4

Please sign in to comment.