Skip to content

Commit 3a9f6e8

Browse files
committed
Closes #1773 with update to HTML
1 parent ad17100 commit 3a9f6e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/archive-single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ <h2 class="archive__item-title" itemprop="headline">
5353
{% endif %}
5454

5555
{% if post.citation and post.paperurl %}
56-
<p>Recommended citation: {{ post.citation }} <a href="{{ post.paperurl }}"><u>{{ post.paperurl }}</u></a></p>
56+
<p>Recommended citation: {{ post.citation }} <a href="{{ post.paperurl }}">{{ post.paperurl }}</a></p>
5757
{% elsif post.citation %}
5858
<p>Recommended citation: {{ post.citation }} </p>
5959
{% elsif post.paperurl %}
60-
<p class="wordwrap">Download <a href=" {{ post.paperurl }} "><u>here</u></a></p>
60+
<p class="wordwrap">Download <a href=" {{ post.paperurl }} ">here</a></p>
6161
{% endif %}
6262

6363
</article>

_pages/publications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author_profile: true
66
---
77

88
{% if site.author.googlescholar %}
9-
<div class="wordwrap">You can also find my articles on <u><a href="{{site.author.googlescholar}}">my Google Scholar profile</a>.</u></div>
9+
<div class="wordwrap">You can also find my articles on <a href="{{site.author.googlescholar}}">my Google Scholar profile</a>.</div>
1010
{% endif %}
1111

1212
{% include base_path %}

0 commit comments

Comments
 (0)