diff options
author | cyfraeviolae <cyfraeviolae> | 2024-08-08 00:14:17 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2024-08-08 00:14:17 -0400 |
commit | 241facabb44358a3e38fc2bf74a8d9cf19c9c6bc (patch) | |
tree | a24c26ab69bca5257ae5e304fcc49f852cf68c62 | |
parent | db485cbb1fd8c5b894d566c82a8c8c74d0cb5b7f (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 f2a69d7..02ad3d0 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">{% 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> |