Skip to content

Commit

Permalink
Add href to profile in post layout
Browse files Browse the repository at this point in the history
  • Loading branch information
meg4cyberc4t committed Sep 21, 2024
1 parent b3cf87b commit afdc7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
{%- if page.author -%}
• {% for author in page.author %}
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<span class="p-author h-card" itemprop="name">{{ author }}</span>
<span class="p-author h-card" itemprop="name"><a href="/"">{{ author }}</a></span>
</span>
{%- if forloop.last == false %}, {% endif -%}
{% endfor %}
Expand Down

0 comments on commit afdc7e5

Please sign in to comment.