From b97b91990d12d120e767a1ad4c21c7be1874de88 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Sat, 20 Apr 2024 16:21:21 -0400 Subject: [PATCH] Make articles rss compatible --- templates/article.html | 4 ++-- templates/raw.html | 32 -------------------------------- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 templates/raw.html diff --git a/templates/article.html b/templates/article.html index 02847f5..59efb62 100644 --- a/templates/article.html +++ b/templates/article.html @@ -71,7 +71,7 @@

{{published}}

-
{{body}}
+
{{body}}

Read more from Compute

@@ -82,4 +82,4 @@ - \ No newline at end of file + diff --git a/templates/raw.html b/templates/raw.html deleted file mode 100644 index 63f5415..0000000 --- a/templates/raw.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - {{title}} - - - - - - - - - - - {% for author in authors %} - - - - {% endfor %} - - - - - - -
View full webpage - {{body}} - - -