forked from GithubBackups/healthchecks
link rel="canonical" on the welcome page
This commit is contained in:
parent
f51a0a257e
commit
b7d6f1bb30
@ -14,7 +14,7 @@
|
||||
<meta name="application-name" content="{% site_name %}">
|
||||
<link rel="icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'img/apple-touch-180.png' %}">
|
||||
|
||||
{% block head %}{% endblock %}
|
||||
{% compress css %}
|
||||
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" type="text/css">
|
||||
|
||||
|
@ -5,6 +5,11 @@
|
||||
<meta name="description" content="Cron Monitoring. Monitor nightly backups, weekly reports, cron jobs and background tasks. Receive alerts when your tasks don't run on time.">
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block head %}
|
||||
<link rel="canonical" href="{% site_root %}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block containers %}
|
||||
<div class="index-bleed">
|
||||
<div class="container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user