|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
|
6 | 6 | <meta property="og:type" content="website" />
|
7 |
| - <meta property="og:url" content="https://www.profbit.herokuapp.com" /> |
| 7 | + <meta property="og:url" content="https://profbit.herokuapp.com" /> |
8 | 8 | <meta property="og:locale" content="en_US" />
|
9 | 9 | <meta property="description" content="Track your bitcoin, bitcoin cash, ethereum, and litecoin gains and losses in one place."
|
10 | 10 | />
|
11 | 11 | <meta property="og:title" content="Track your Coinbase profits!" />
|
12 |
| - <meta property="og:image" content="https://www.profbit.herokuapp.com{{ url_for('static', filename='img/open-graph.png') }}" /> |
| 12 | + <meta property="og:image" content="https://profbit.herokuapp.com{{ url_for('static', filename='img/open-graph.png') }}" /> |
13 | 13 | <meta property="og:description" content="Track your bitcoin, bitcoin cash, ethereum, and litecoin gains and losses in one place."
|
14 | 14 | />
|
15 | 15 | <meta name="twitter:card" content="summary_large_image">
|
16 | 16 | <meta name="twitter:title" content="Track your Coinbase profits!">
|
17 | 17 | <meta property="twitter:description" content="Track your bitcoin, bitcoin cash, ethereum, and litecoin gains and losses in one place."
|
18 | 18 | />
|
19 |
| - <meta name="twitter:image" content="https://www.profbit.herokuapp.com{{ url_for('static', filename='img/open-graph.png') }}" /> |
| 19 | + <meta name="twitter:image" content="https://profbit.herokuapp.com{{ url_for('static', filename='img/open-graph.png') }}" /> |
20 | 20 | <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
21 | 21 | <title>Profbit - {% block page_title %}Track your Coinbase profits{% endblock %}</title>
|
22 | 22 |
|
|
0 commit comments