Skip to content

Commit aa43d3f

Browse files
authored
drop www (#89)
1 parent 7a91747 commit aa43d3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

profbit/templates/base.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
66
<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" />
88
<meta property="og:locale" content="en_US" />
99
<meta property="description" content="Track your bitcoin, bitcoin cash, ethereum, and litecoin gains and losses in one place."
1010
/>
1111
<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') }}" />
1313
<meta property="og:description" content="Track your bitcoin, bitcoin cash, ethereum, and litecoin gains and losses in one place."
1414
/>
1515
<meta name="twitter:card" content="summary_large_image">
1616
<meta name="twitter:title" content="Track your Coinbase profits!">
1717
<meta property="twitter:description" content="Track your bitcoin, bitcoin cash, ethereum, and litecoin gains and losses in one place."
1818
/>
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') }}" />
2020
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
2121
<title>Profbit - {% block page_title %}Track your Coinbase profits{% endblock %}</title>
2222

0 commit comments

Comments
 (0)