From 444eefc08c2c5c4a491c3572722301813921c474 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Sat, 25 Feb 2023 21:06:18 +0100 Subject: [PATCH] WEB: Fix redirect of blog posts --- web/pandas/community/blog/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pandas/community/blog/index.html b/web/pandas/community/blog/index.html index 154d9cccdb7dc..627aaa450893b 100644 --- a/web/pandas/community/blog/index.html +++ b/web/pandas/community/blog/index.html @@ -4,10 +4,10 @@ {% for post in blog.posts %}
-
{{ post.title }}
+
{{ post.title }}
Source: {{ post.feed }} | Author: {{ post.author }} | Published: {{ post.published.strftime("%b %d, %Y") }}
{{ post.summary }}
- Read more + Read more
{% endfor %}