From aa4ae1a50feb26c2af591da4bdb82cc81069e1a5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 1 Nov 2018 10:58:10 +0000 Subject: [PATCH] blog: Make download button smaller This overlapped the screen size of mobile devices Signed-off-by: Michael Tremer --- src/templates/blog/modules/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/blog/modules/post.html b/src/templates/blog/modules/post.html index 397551c9..f6527a36 100644 --- a/src/templates/blog/modules/post.html +++ b/src/templates/blog/modules/post.html @@ -61,7 +61,7 @@ {% if post.release %} - {{ _("Download %s now") % post.release }} + {{ _("Download") }} {% end %} -- 2.47.3