From f0036e35b99c45113ed92cd06f905601d592cd84 Mon Sep 17 00:00:00 2001 From: Zhehua Zhou Date: Mon, 29 Jul 2024 05:13:23 -0600 Subject: [PATCH] initial update --- _includes/archive-single_double.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/archive-single_double.html b/_includes/archive-single_double.html index 6802fd8..c3fcd8f 100644 --- a/_includes/archive-single_double.html +++ b/_includes/archive-single_double.html @@ -17,6 +17,7 @@ .column { float: left; padding: 10px; + align-items: center; } .left { @@ -73,7 +74,7 @@

{% elsif post.collection == 'publications' %}

{{ post.authorlist }}
{{ post.venue }}, {{ post.date | default: "1900-01-01" | date: "%Y" }}
- {{ post.excerpt }}
+ >{{ post.excerpt }}
PDF

{% elsif post.date %}

{{ site.data.ui-text[site.locale].date_label | default: "Published:" }}