SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit dad9150cb3655e3697b0914c6743ea55b5cfa576
parent df515ba2838f80a81a18412798f17ef87c2e5f66
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Wed,  3 Mar 2021 01:55:54 +1100

add tags

Diffstat:
Mtemplates/donate.html | 20+++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/templates/donate.html b/templates/donate.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML> <html> <head> - <title>BTCPyment</title> + <title>Donate Bitcoin - BTCPyment</title> <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"> <script src="//code.jquery.com/jquery-1.12.4.min.js"></script> @@ -10,6 +10,24 @@ <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> + <!-- Primary Meta Tags --> + <meta name="title" content="Donate Bitcoin"> + <meta name="description" content="Lightweight Bitcoin payment processor written in easily deployable Python. "> + + <!-- Open Graph / Facebook --> + <meta property="og:type" content="website"> + <meta property="og:url" content="https://try.btcpyment.com/"> + <meta property="og:title" content="Donate Bitcoin"> + <meta property="og:description" content="Lightweight Bitcoin payment processor written in easily deployable Python. "> + <meta property="og:image" content="https://user-images.githubusercontent.com/24557779/109666538-60ee4800-7bc3-11eb-8615-2cb1b239cc11.png"> + + <!-- Twitter --> + <meta property="twitter:card" content="summary_large_image"> + <meta property="twitter:url" content="https://try.btcpyment.com/"> + <meta property="twitter:title" content="Donate Bitcoin"> + <meta property="twitter:description" content="Lightweight Bitcoin payment processor written in easily deployable Python. "> + <meta property="twitter:image" content="https://user-images.githubusercontent.com/24557779/109666538-60ee4800-7bc3-11eb-8615-2cb1b239cc11.png"> + </head>