From c41e66bd72b427b613ffc9b21bc83d77ef4b511b Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sun, 26 Feb 2023 18:39:36 +0100 Subject: [PATCH] WEB: Fix blog links --- 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..6f0bee2e11407 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 %}