Skip to content

Commit 9809c16

Browse files
authored
Merge pull request #7 from stacken/pagetitles
Pages should have titles.
2 parents 7aac945 + 8ef3b9f commit 9809c16

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

finger/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!html>
44
<html>
55
<head>
6+
<title>{% block title %}Fingerweb{% endblock %} - Stacken</title>
67
<link rel="stylesheet" href="{% static "fingerweb.scss"|compile %}" />
78
</head>
89
<body>

services/templates/services/service.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% extends "base.html" %}
2+
{% block title %}Tjänsten {{service}}{% endblock %}
23

34
{% block content %}
45
<h1>Tjänsten {{service}}</h1>

0 commit comments

Comments
 (0)