diff options
author | cyfraeviolae <cyfraeviolae> | 2024-08-08 00:14:46 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2024-08-08 00:14:46 -0400 |
commit | 78a6bf117a8cb6bed878e73c22361130c7774870 (patch) | |
tree | 6d29510b4b7d2b73073efc8353bc1eaa8f7306fe | |
parent | 241facabb44358a3e38fc2bf74a8d9cf19c9c6bc (diff) |
title
-rw-r--r-- | templates/event.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/event.html b/templates/event.html index 02ad3d0..5918518 100644 --- a/templates/event.html +++ b/templates/event.html @@ -12,7 +12,7 @@ <div class="container"> <div> <div class="home"> - <a href="/symposium" class="home-title">Symposium</a> + <a href="/symposium" class="home-title">{{ event.title }} - Symposium</a> <span> at </span><a class="site" href="/">cyfraeviolae.org</a> <a class="source" href="/git/symposium">[src]</a> </div> |