Skip to content

Commit 8d09856

Browse files
authored
Merge pull request academicpages#2535 from opasche/archive-single-slidesurl-fix
Slides URL fix in "archive-single.html" includes template
2 parents a1a88b6 + d23a5e9 commit 8d09856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/archive-single.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2 class="archive__item-title" itemprop="headline">
6363
{% elsif post.paperurl %}
6464
<p><a href=" {{ post.paperurl }} ">Download Paper</a></p>
6565
{% elsif post.slidesurl %}
66-
<p>Download <a href="{{ post.slidesurl }}">Download Slides</a></p></p>
66+
<p><a href="{{ post.slidesurl }}">Download Slides</a></p>
6767
{% endif %}
6868

6969
</article>

0 commit comments

Comments
 (0)