Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
Added Tag visabilty
  • Loading branch information
adamswbrown authored Sep 18, 2023
1 parent a6fc5c2 commit a5d9c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
{% assign author = page.author | default: site.author %}
{%- if author -%}
<span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ author }}</span></span>
<span class="icon">{% include {{ include.icon }} %}</span><span class="icon-text {{ include.text-classes }}"> {{ include.text }}</span>
{%- endif -%}</p>
</header>

Expand All @@ -27,4 +28,4 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
</div>

<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>
</article>

0 comments on commit a5d9c70

Please sign in to comment.