We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1a88b6 + d23a5e9 commit 8d09856Copy full SHA for 8d09856
_includes/archive-single.html
@@ -63,7 +63,7 @@ <h2 class="archive__item-title" itemprop="headline">
63
{% elsif post.paperurl %}
64
<p><a href=" {{ post.paperurl }} ">Download Paper</a></p>
65
{% elsif post.slidesurl %}
66
- <p>Download <a href="{{ post.slidesurl }}">Download Slides</a></p></p>
+ <p><a href="{{ post.slidesurl }}">Download Slides</a></p>
67
{% endif %}
68
69
</article>
0 commit comments