We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d388e commit c1fd995Copy full SHA for c1fd995
1 file changed
_includes/archive-single.html
@@ -28,8 +28,9 @@
28
29
<h2 class="archive__item-title" itemprop="headline">
30
{% if post.link %}
31
- <a href="{{ post.link }}">{{ title }}</a> <a href="{{ base_path }}{{ post.url }}" rel="permalink"><i class="fa fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
32
- {% else %}
+ <!-- <a href="{{ post.link }}">{{ title }}</a> <a href="{{ base_path }}{{ post.url }}" rel="permalink"><i class="fa fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a> -->
+ <a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a>
33
+ {% else %}
34
<a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a>
35
{% endif %}
36
</h2>
0 commit comments