Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oneThousand1000 committed Apr 30, 2021
1 parent c813d9e commit 2c9749d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _includes/archive-single-cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h3 class="archive__item-title" itemprop="headline">
{% if post.read_time %}
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
{% endif %}
{% if post.venue%}<p class="archive__item-excerpt" itemprop="description"><a href="{{ post.citation }}"> cite </a>{ padding-left: 1.8em }<a href="{{ post.paperurl }}">paperurl</a></p> {% endif %}
{% if post.venue%}<p class="archive__item-excerpt" itemprop="description"><a href="{{ post.citation }}"> cite&ensp</a><a href="{{ post.paperurl }}">paperurl</a></p> {% endif %}
</li>
</article>
</div>
2 changes: 1 addition & 1 deletion _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2 class="archive__item-title" itemprop="headline">
{% endif %}

{% if post.citation and post.paperurl %}
<p><a href="{{ post.citation }}"> cite </a> { padding-left: 1.8em } <a href="{{ post.paperurl }}">paperurl</a></p>
<p><a href="{{ post.citation }}"> cite&ensp</a> <a href="{{ post.paperurl }}">paperurl</a></p>
{% elsif post.citation %}
<p><a href="{{ post.citation }}">cite</a> </p>
{% elsif post.paperurl %}
Expand Down
13 changes: 7 additions & 6 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.employer %}
<li><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> {{ author.employer }}</li>
{% endif %}
{% if author.pixiv %}
<li><a href="{{ author.pixiv }}"><i class="fa fa-picture-o" aria-hidden="true"></i> Pixiv</a></li>
{% endif %}
{% if author.bilibili %}
<li><a href="{{ author.bilibili }}"><i class="a fa-thumbs-up" aria-hidden="true"></i> Bilibili</a></li>
{% endif %}

{% if author.uri %}
<li><a href="{{ author.uri }}"><i class="fas fa-fw fa-link" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].website_label | default: "Website" }}</a></li>
{% endif %}
Expand Down Expand Up @@ -121,6 +116,12 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.impactstory %}
<li><a href="{{ author.impactstory }}"><i class="ai ai-impactstory ai-fw"></i> Impactstory</a></li>
{% endif %}
{% if author.pixiv %}
<li><a href="{{ author.pixiv }}"><i class="fa fa-heart" aria-hidden="true"></i> Pixiv</a></li>
{% endif %}
{% if author.bilibili %}
<li><a href="{{ author.bilibili }}"><i class="fa fa-thumbs-up" aria-hidden="true"></i> Bilibili</a></li>
{% endif %}
{% if author.wikipedia %}
<li><a href="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }}"><i class="fab fa-fw fa-wikipedia-w" aria-hidden="true"></i> Wikipedia</a></li>
{% endif %}
Expand Down

0 comments on commit 2c9749d

Please sign in to comment.