From: Michael Tremer Date: Thu, 1 Nov 2018 10:58:10 +0000 (+0000) Subject: blog: Make download button smaller X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa4ae1a50feb26c2af591da4bdb82cc81069e1a5;p=ipfire.org.git blog: Make download button smaller This overlapped the screen size of mobile devices Signed-off-by: Michael Tremer --- 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 %}