favicon on landing page
This commit is contained in:
@@ -38,5 +38,5 @@
|
||||
|
||||
|
||||
{% block sidebar %}
|
||||
{% include 'menu_analytics.html' %}
|
||||
{% include 'menu_profile.html' %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -10,6 +10,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{% block title %}Rowsandall Rowing Data Analytics{% endblock %}</title>
|
||||
<link rel="shortcut icon" href="/static/img/favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" sizes="32x32" href="/static/img/favicon-32x32.png" type="image/png"/>
|
||||
<link rel="icon" sizes="64x64" href="/static/img/favicon-64x64.png" type="image/png"/>
|
||||
<link rel="icon" sizes="192x192" href="/static/img/favicon-192x192.png" type="image/png"/>
|
||||
<link rel="icon" sizes="16x16" href="/static/img/favicon-16x16.png" type="image/png"/>
|
||||
{% block og_image %}
|
||||
<meta property="og:image" content="https://rowsandall.com/static/img/logo_r.png" />
|
||||
<meta property="og:image:secure_url" content="https://rowsandall.com/static/img/logo_r.png" />
|
||||
|
||||
@@ -33,6 +33,11 @@
|
||||
<i class="fas fa-credit-card fa-fw"></i> Transactions
|
||||
</a>
|
||||
</li>
|
||||
<li id="manage-jobs">
|
||||
<a href="/rowers/failedjobs/">
|
||||
<i class="fas fa-tasks fa-fw"></i> Failed Tasks
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul><!-- cd-accordion-menu -->
|
||||
|
||||
|
||||
@@ -33,6 +33,11 @@
|
||||
<i class="fas fa-credit-card fa-fw"></i> Transactions
|
||||
</a>
|
||||
</li>
|
||||
<li id="manage-jobs">
|
||||
<a href="/rowers/failedjobs/">
|
||||
<i class="fas fa-tasks fa-fw"></i> Failed Tasks
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul><!-- cd-accordion-menu -->
|
||||
|
||||
|
||||
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user