fix permalink icon markup in news-item layout (#6639)

Merge pull request 6639
This commit is contained in:
ashmaroli 2018-01-02 23:20:43 +05:30 committed by jekyllbot
parent 34694ae6d1
commit bf8837e495
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@ layout: news
<article> <article>
<h2> <h2>
{{ page.title }} {{ page.title }}
<a href="{{ page.url }}" class="permalink" title="Permalink"></a> <a href="{{ page.url }}" class="header-link" title="Permalink">
<span class="sr-only">Permalink</span>
<i class="fa fa-link"></i>
</a>
</h2> </h2>
<span class="post-category"> <span class="post-category">
<span class="label"> <span class="label">