Add appropriate <title> tags to most pages

This commit is contained in:
Drew DeVault 2017-09-14 08:02:31 -04:00
parent 2fb931ceb4
commit d45308555a
3 changed files with 22 additions and 0 deletions

View File

@ -1,4 +1,12 @@
{% extends "todo.html" %}
{% block title %}
<title>
{{tracker.name}}/#{{ticket.scoped_id}}:
{{ticket.title}}
&mdash;
{{ cfg("sr.ht", "site-name") }} todo
</title>
{% endblock %}
{% block body %}
<div class="container">
<div class="row">

View File

@ -1,4 +1,11 @@
{% extends "todo.html" %}
{% block title %}
<title>
Create tracker
&mdash;
{{ cfg("sr.ht", "site-name") }} todo
</title>
{% endblock %}
{% block content %}
<div class="container">
<div class="row">

View File

@ -1,4 +1,11 @@
{% extends "todo.html" %}
{% block title %}
<title>
{{tracker.name}}
&mdash;
{{ cfg("sr.ht", "site-name") }} todo
</title>
{% endblock %}
{% block body %}
<div class="container-fluid">
<div class="row">