title tag

This commit is contained in:
Pēteris Caune 2015-07-01 19:08:56 +03:00
parent ce210b69df
commit 7d984143d5
5 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,8 @@
{% extends "base.html" %}
{% load staticfiles %}
{% block title %}About - Healthchecks{% endblock %}
{% block content %}
<div class="row">
<div class="col-sm-12">

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Waka Waka</title>
<title>{% block title %}Healthchecks - Get Notified When Your Cron Jobs Fail{% endblock %}</title>
{% load staticfiles %}
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}" type="text/css">

View File

@ -1,6 +1,8 @@
{% extends "base.html" %}
{% load staticfiles %}
{% block title %}Documentation - Healthchecks{% endblock %}
{% block content %}
<div class="row">
<div class="col-sm-12">

View File

@ -1,6 +1,9 @@
{% extends "base.html" %}
{% load humanize staticfiles %}
{% block title %}My Checks - Healthchecks{% endblock %}
{% block content %}
<div class="row">
<div class="col-sm-12">

View File

@ -1,6 +1,8 @@
{% extends "base.html" %}
{% load staticfiles %}
{% block title %}Pricing - It's Free! - Healthchecks{% endblock %}
{% block content %}
<!-- Plans -->