style: remove hashtag icon on post.html
This commit is contained in:
parent
34ed731535
commit
468d0ceb8e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ layout: default
|
||||||
itemtype="http://schema.org/BlogPosting"
|
itemtype="http://schema.org/BlogPosting"
|
||||||
>
|
>
|
||||||
<header class="blog-post__header">
|
<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>
|
<div>
|
||||||
<h3 class="blog-post__header__title" itemprop="name headline">
|
<h3 class="blog-post__header__title" itemprop="name headline">
|
||||||
{{ page.title | escape }}
|
{{ page.title | escape }}
|
||||||
|
|
Loading…
Reference in a new issue