Browse Source
link rel="canonical" on the welcome page
pull/328/head
Pēteris Caune
5 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with
6 additions and
1 deletions
templates/base.html
templates/front/welcome.html
@ -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" >