Browse Source

title tag

pull/7/head
Pēteris Caune 10 years ago
parent
commit
7d984143d5
5 changed files with 10 additions and 1 deletions
  1. +2
    -0
      templates/about.html
  2. +1
    -1
      templates/base.html
  3. +2
    -0
      templates/docs.html
  4. +3
    -0
      templates/front/index.html
  5. +2
    -0
      templates/pricing.html

+ 2
- 0
templates/about.html 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">


+ 1
- 1
templates/base.html 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">


+ 2
- 0
templates/docs.html 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">


+ 3
- 0
templates/front/index.html 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">


+ 2
- 0
templates/pricing.html View File

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


Loading…
Cancel
Save