From 7d3546d73b7e96c8503f2aed15d42414cae89654 Mon Sep 17 00:00:00 2001 From: EntilZha Date: Fri, 28 Jul 2023 10:20:32 -0700 Subject: [PATCH] Add keywords and languages to paper pages --- templates/paper.html | 12 ++++++++++++ templates/papers.html | 11 +---------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/templates/paper.html b/templates/paper.html index cd087749f..70ef3a000 100644 --- a/templates/paper.html +++ b/templates/paper.html @@ -152,6 +152,18 @@

false ) }} + {% if paper.keywords %} +
+ Keywords: + {{paper.keywords | join(", ")}} +
+ {% endif %} + {% if paper.languages %} +
+ Languages: + {{paper.languages | join(", ")}} +
+ {% endif %}
TLDR: {{paper.tldr}} diff --git a/templates/papers.html b/templates/papers.html index 34950e996..0d483a50a 100644 --- a/templates/papers.html +++ b/templates/papers.html @@ -221,20 +221,11 @@
-
+
-
-
- -
-
-