Skip to content

Commit c1fd995

Browse files
Attempt to remove URL from publication page
1 parent 06d388e commit c1fd995

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

_includes/archive-single.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828

2929
<h2 class="archive__item-title" itemprop="headline">
3030
{% 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 %}
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+
<a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a>
33+
{% else %}
3334
<a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a>
3435
{% endif %}
3536
</h2>

0 commit comments

Comments
 (0)