Skip to content

Commit db67c3e

Browse files
authored
Update archive-single-cv.html
1 parent 8f045aa commit db67c3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_includes/archive-single-cv.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ <h3 class="archive__item-title" itemprop="headline">
3030
{% if post.link %}
3131
<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>
3232
{% else %}
33-
<a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a>
33+
<!-- "permalink"
34+
{{ post.url }} -->
35+
<!-- <a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a> -->
36+
<a href="{{ post.paperurl }}">{{ title }}</a>
3437
{% endif %}
3538
</h3>
3639
{% if post.read_time %}

0 commit comments

Comments
 (0)