From 1b60232f40c90d575543f3c2b20d9f13b6e138eb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 10 Oct 2016 14:07:21 +0200 Subject: Updated about page. --- src/web/templates/about.html | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/templates/about.html') diff --git a/src/web/templates/about.html b/src/web/templates/about.html index 1d51786e..c6fc4df9 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -16,6 +16,7 @@

{{ _('Help') }}

{{ _('The documentation of the API is here.') }}

+

{{ _('Contact')}}: {{ contact }}

{{ _('You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.') }}

{{ _('Subscribe to this feed using Newspipe', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}
-- cgit