Skip to content

Commit

Permalink
Closes #1773 with update to HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii committed Feb 17, 2024
1 parent ad17100 commit 3a9f6e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ <h2 class="archive__item-title" itemprop="headline">
{% endif %}

{% if post.citation and post.paperurl %}
<p>Recommended citation: {{ post.citation }} <a href="{{ post.paperurl }}"><u>{{ post.paperurl }}</u></a></p>
<p>Recommended citation: {{ post.citation }} <a href="{{ post.paperurl }}">{{ post.paperurl }}</a></p>
{% elsif post.citation %}
<p>Recommended citation: {{ post.citation }} </p>
{% elsif post.paperurl %}
<p class="wordwrap">Download <a href=" {{ post.paperurl }} "><u>here</u></a></p>
<p class="wordwrap">Download <a href=" {{ post.paperurl }} ">here</a></p>
{% endif %}

</article>
Expand Down
2 changes: 1 addition & 1 deletion _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author_profile: true
---

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

{% include base_path %}
Expand Down

0 comments on commit 3a9f6e8

Please sign in to comment.