We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f045aa commit db67c3eCopy full SHA for db67c3e
_includes/archive-single-cv.html
@@ -30,7 +30,10 @@ <h3 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 %}
33
- <a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a>
+ <!-- "permalink"
34
+ {{ post.url }} -->
35
+ <!-- <a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a> -->
36
+ <a href="{{ post.paperurl }}">{{ title }}</a>
37
{% endif %}
38
</h3>
39
{% if post.read_time %}
0 commit comments