File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ <h2 class="archive__item-title" itemprop="headline">
53
53
{% endif %}
54
54
55
55
{% 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 >
57
57
{% elsif post.citation %}
58
58
< p > Recommended citation: {{ post.citation }} </ p >
59
59
{% 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 >
61
61
{% endif %}
62
62
63
63
</ article >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author_profile: true
6
6
---
7
7
8
8
{% 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 >
10
10
{% endif %}
11
11
12
12
{% include base_path %}
You can’t perform that action at this time.
0 commit comments