From 7d984143d5ccc7c8ae3d6b7aeb5ecfb9ea80d744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Wed, 1 Jul 2015 19:08:56 +0300 Subject: [PATCH] title tag --- templates/about.html | 2 ++ templates/base.html | 2 +- templates/docs.html | 2 ++ templates/front/index.html | 3 +++ templates/pricing.html | 2 ++ 5 files changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/about.html b/templates/about.html index 60acf33d..d4ebe217 100644 --- a/templates/about.html +++ b/templates/about.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% load staticfiles %} +{% block title %}About - Healthchecks{% endblock %} + {% block content %}
diff --git a/templates/base.html b/templates/base.html index 990c083b..0072217c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ - Waka Waka + {% block title %}Healthchecks - Get Notified When Your Cron Jobs Fail{% endblock %} {% load staticfiles %} diff --git a/templates/docs.html b/templates/docs.html index ee357453..f9fed8fd 100644 --- a/templates/docs.html +++ b/templates/docs.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% load staticfiles %} +{% block title %}Documentation - Healthchecks{% endblock %} + {% block content %}
diff --git a/templates/front/index.html b/templates/front/index.html index b7c8c45b..6505c799 100644 --- a/templates/front/index.html +++ b/templates/front/index.html @@ -1,6 +1,9 @@ {% extends "base.html" %} {% load humanize staticfiles %} +{% block title %}My Checks - Healthchecks{% endblock %} + + {% block content %}
diff --git a/templates/pricing.html b/templates/pricing.html index 04ab6a73..159f55f6 100644 --- a/templates/pricing.html +++ b/templates/pricing.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% load staticfiles %} +{% block title %}Pricing - It's Free! - Healthchecks{% endblock %} + {% block content %}