From 90672f7b396542bb02d1e7b13599124b086e474d Mon Sep 17 00:00:00 2001 From: papee Date: Wed, 26 Aug 2020 12:58:10 +0200 Subject: [PATCH] change meta description --- docs/example_settings.py | 11 ++++++++--- zerobin/views/base.tpl | 4 +--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/example_settings.py b/docs/example_settings.py index 5d5ffc0..f41a9f9 100644 --- a/docs/example_settings.py +++ b/docs/example_settings.py @@ -44,10 +44,15 @@ GROUP = None # Names/links to insert in the menu bar. # Any link with "mailto:" will be escaped to prevent spam + MENU = ( - ('Home', '/'), # internal link. First link will be highlited - ('Download 0bin', 'https://github.com/sametmax/0bin'), # external link - ('Contact', 'mailto:your@email.com') # email + ("Github", "https://github.com/Tygs/0bin"), + ("Faq", "/faq/"), # You probably want to keep this + # Any link with "mailto:" will be escaped to limit spam, but displayed + # correctly to the user using JS. + ("Contact", "mailto:your@email.com"), + ("Zerobin Pastebin", "https://www.0bin.net/"), # Thanks the authors :) + ("How to buy Bitcoin?", "/buy_bitcoin"), # Thanks the authors :) ) # limit size of pasted text in bytes. Be careful allowing too much size can slow down user's diff --git a/zerobin/views/base.tpl b/zerobin/views/base.tpl index 9fd7cf4..90902b3 100644 --- a/zerobin/views/base.tpl +++ b/zerobin/views/base.tpl @@ -5,9 +5,7 @@ 0bin - encrypted pastebin - +