summaryrefslogtreecommitdiff
path: root/templates/layout.xi
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.xi')
-rw-r--r--templates/layout.xi1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.xi b/templates/layout.xi
index b5dfd47..10162da 100644
--- a/templates/layout.xi
+++ b/templates/layout.xi
@@ -10,6 +10,7 @@
<head py:attrs="select('@*')">
<title py:with="title = list(select('title/text()'))">subdap<py:if test="title">: ${title}</py:if></title>
<link rel="stylesheet" href="${url('static/layout.css')}" type="text/css"/>
+ <link rel="shortcut icon" href="${url('static/favicon.png')}" type="image/png"/>
${select('*[local-name()!="title"]')}
</head>
</py:match>