aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html.j2')
-rw-r--r--templates/base.html.j26
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/base.html.j2 b/templates/base.html.j2
index c7e03d7..e0ae0d6 100644
--- a/templates/base.html.j2
+++ b/templates/base.html.j2
@@ -1,12 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>diddle 👉👈</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="description" content="diddle is a minimalist, mobile friendly, fast and self-hosted scheduling tool, licensed under Apache 2.0.">
<link rel="preload" href="/static/InclusiveSans-Regular.ttf" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="stylesheet" href="/static/styles.css"></link>
+ {% block head_meta %}
+ <title>diddle 👉👈</title>
+ <meta name="description" content="diddle is a minimalist, mobile friendly, fast and self-hosted scheduling tool, licensed under Apache 2.0.">
+ {% endblock %}
</head>
<body>
<h1><a href="/">diddle 👉👈</a></h1>