Skip to content

Commit

Permalink
initial update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhehuazhou committed Jul 29, 2024
1 parent 526df38 commit f0036e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/archive-single_double.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.column {
float: left;
padding: 10px;
align-items: center;
}

.left {
Expand Down Expand Up @@ -73,7 +74,7 @@ <h2 class="archive__item-title" itemprop="headline">
{% elsif post.collection == 'publications' %}
<p> {{ post.authorlist }} <br>
<i> {{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} <br>
<font size="-2">{{ post.excerpt }}</font> <br>
<font size="-1" color="#B6B6B4">>{{ post.excerpt }}</font> <br>
<a href=" {{ post.paperurl }} ">PDF</a></p>
{% elsif post.date %}
<p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Published:" }}</strong> <time datetime="{{ post.date | default: "1900-01-01" | date_to_xmlschema }}">{{ post.date | default: "1900-01-01" | date: "%B %d, %Y" }}</time></p>
Expand Down

0 comments on commit f0036e3

Please sign in to comment.