Improvements

This commit is contained in:
Edward Betts 2023-09-24 09:22:20 +01:00
parent e6647a6425
commit f3f570063f

View file

@ -25,8 +25,9 @@
📍
{{ "{:,d}".format(count.venue) }} venues<br/>
🎤
{{ "{:,d}".format(count.event) }} talks -
<a href="{{ url_for("events_page") }}">most common titles</a><br/>
{{ "{:,d}".format(count.event) }} talks {# -
<a href="{{ url_for("events_page") }}">most common titles</a> #}
<br/>
👤
{{ "{:,d}".format(count.person) }} speakers
<a href="{{ url_for("top_speakers_page") }}">top speakers</a><br/>