diff --git a/hc/front/views.py b/hc/front/views.py
index fabfb081..48c5a8ae 100644
--- a/hc/front/views.py
+++ b/hc/front/views.py
@@ -26,6 +26,7 @@ def _welcome(request):
timer_formatted = "Never"
ctx = {
+ "page": "welcome",
"check": check,
"timer": timer,
"timer_formatted": timer_formatted,
diff --git a/hc/settings.py b/hc/settings.py
index d2f060a0..7db3484e 100644
--- a/hc/settings.py
+++ b/hc/settings.py
@@ -15,7 +15,6 @@ import warnings
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
-
HOST = "localhost"
SECRET_KEY = "---"
DEBUG = True
diff --git a/static/css/style.css b/static/css/style.css
index 1b1f5fc7..ecbe47fa 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -69,6 +69,10 @@ body {
margin-top: 4em;
}
+#welcome-status th {
+ border-top: 0;
+}
+
.welcome-browser-controls {
text-align: right;
}
@@ -113,6 +117,10 @@ table.table tr > th.th-name {
text-align: center;
}
+#checks-table th {
+ border-top: 0;
+}
+
#checks-table td {
vertical-align: middle;
}
diff --git a/templates/base.html b/templates/base.html
index 5d4e9f63..4bb84cf4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -2,7 +2,9 @@
- {% block title %}Healthchecks - Get Notified When Your Cron Jobs Fail{% endblock %}
+ {% block title %}healthchecks.io - Get Notified When Your Cron Jobs Fail{% endblock %}
+
+
{% load staticfiles %}
@@ -58,7 +60,7 @@
diff --git a/templates/front/about.html b/templates/front/about.html
index d4ebe217..d645ac90 100644
--- a/templates/front/about.html
+++ b/templates/front/about.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load staticfiles %}
-{% block title %}About - Healthchecks{% endblock %}
+{% block title %}About - healthchecks.io{% endblock %}
{% block content %}
diff --git a/templates/front/docs.html b/templates/front/docs.html
index 080cb7ef..7ba885d5 100644
--- a/templates/front/docs.html
+++ b/templates/front/docs.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load staticfiles %}
-{% block title %}Documentation - Healthchecks{% endblock %}
+{% block title %}Documentation - healthchecks.io{% endblock %}
{% block content %}
diff --git a/templates/front/my_checks.html b/templates/front/my_checks.html
index 0d34f0f6..19c54272 100644
--- a/templates/front/my_checks.html
+++ b/templates/front/my_checks.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load humanize staticfiles %}
-{% block title %}My Checks - Healthchecks{% endblock %}
+{% block title %}My Checks - healthchecks.io{% endblock %}
{% block content %}
diff --git a/templates/front/pricing.html b/templates/front/pricing.html
index 55cf184e..03062b26 100644
--- a/templates/front/pricing.html
+++ b/templates/front/pricing.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load staticfiles %}
-{% block title %}Pricing - It's Free! - Healthchecks{% endblock %}
+{% block title %}Pricing - It's Free! - healthchecks.io{% endblock %}
{% block content %}