From 94076953284a6bb2bfed5b9f322607102a8796cc Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 5 Aug 2022 10:06:12 -0700 Subject: [PATCH] Updates footer links Adds a missing rel="nofollow noopener noreferrer" attribute for the Patreon link, and makes the github link open in a new tab (and updates the url, which was out of date) --- bookwyrm/templates/layout.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index a7d1b0d0a..9972af87a 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -200,11 +200,17 @@ {% if site.support_link %}

- {% blocktrans with site_name=site.name support_link=site.support_link support_title=site.support_title %}Support {{ site_name }} on {{ support_title }}{% endblocktrans %} + {% blocktrans trimmed with site_name=site.name support_link=site.support_link support_title=site.support_title %} + Support {{ site_name }} on + {{ support_title }} + {% endblocktrans %}

{% endif %}

- {% blocktrans %}BookWyrm's source code is freely available. You can contribute or report issues on GitHub.{% endblocktrans %} + {% blocktrans trimmed %} + BookWyrm's source code is freely available. You can contribute or report issues on + GitHub. + {% endblocktrans %}

{% if site.footer_item %}