Skip to content

Commit

Permalink
added email to author layout page
Browse files Browse the repository at this point in the history
  • Loading branch information
khanspers committed Nov 3, 2023
1 parent 2caedbf commit b88f8db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/author-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ <h1 id="title"> {{ page.username }}</h1>
{% if page.instagram %}
<li><b>Instagram</b>: <a href="https://instagram.com/{{page.instagram}}" target="_blank">{{page.instagram}}</a></li>
{% endif %}
{% if page.email %}
<li><b>Email</b>: <a href="mailto:{{page.email}}" target="_blank">{{page.email}}</a></li>
{% endif %}
</ul>
<h2 id="communities">Communities</h2>
{% for com in site.communities %}
Expand Down

0 comments on commit b88f8db

Please sign in to comment.