Skip to content

Commit 9335863

Browse files
authored
Update archive-single.html
1 parent 29841ef commit 9335863

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

_includes/archive-single.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,6 @@
3939
</style>
4040
</head>
4141

42-
{% if post.citation and post.paperurl and post.slidesurl %}
43-
<p>Recommended citation: {{ post.citation }}<br /><a href="{{ post.paperurl }}">Download Paper</a> | <a href="{{ post.slidesurl }}">Download Slides</a></p>
44-
{% elsif post.citation and post.paperurl %}
45-
<p>Recommended citation: {{ post.citation }}<br /><a href="{{ post.paperurl }}">Download Paper</a></p>
46-
{% elsif post.citation and post.slidesurl %}
47-
<p>Recommended citation: {{ post.citation }}<br /><a href="{{ post.slidesurl }}">Download Slides</a></p>
48-
{% elsif post.citation %}
49-
<p>Recommended citation: {{ post.citation }}</p>
50-
{% elsif post.paperurl %}
51-
<p><a href=" {{ post.paperurl }} ">Download Paper</a></p>
52-
{% elsif post.slidesurl %}
53-
<p><a href="{{ post.slidesurl }}">Download Slides</a></p>
54-
{% endif %}
55-
5642
<div class="{{ include.type | default: "list" }}__item">
5743
<article>
5844
<!-- paper table -->

0 commit comments

Comments
 (0)