summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/event.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/event.html b/templates/event.html
index 5918518..285cfd0 100644
--- a/templates/event.html
+++ b/templates/event.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>Symposium</title>
+ <title>{{ event.title }} - Symposium</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/static/styles.css">
@@ -12,7 +12,7 @@
<div class="container">
<div>
<div class="home">
- <a href="/symposium" class="home-title">{{ event.title }} - Symposium</a>
+ <a href="/symposium" class="home-title">Symposium</a>
<span> at </span><a class="site" href="/">cyfraeviolae.org</a>
<a class="source" href="/git/symposium">[src]</a>
</div>