style: remove hashtag icon on post.html

This commit is contained in:
Ayo 2023-05-22 16:21:10 +02:00
parent 34ed731535
commit 468d0ceb8e

View file

@ -8,7 +8,7 @@ layout: default
itemtype="http://schema.org/BlogPosting"
>
<header class="blog-post__header">
<div class="blog-post__header__category"><span><a href="{{ page.category | relative_url}}">#{{ page.category }}</a></span></div>
<div class="blog-post__header__category"><span><a href="{{ page.category | relative_url}}">{{ page.category }}</a></span></div>
<div>
<h3 class="blog-post__header__title" itemprop="name headline">
{{ page.title | escape }}