Improvements
This commit is contained in:
parent
e6647a6425
commit
f3f570063f
|
@ -25,8 +25,9 @@
|
||||||
📍
|
📍
|
||||||
{{ "{:,d}".format(count.venue) }} venues<br/>
|
{{ "{:,d}".format(count.venue) }} venues<br/>
|
||||||
🎤
|
🎤
|
||||||
{{ "{:,d}".format(count.event) }} talks -
|
{{ "{:,d}".format(count.event) }} talks {# -
|
||||||
<a href="{{ url_for("events_page") }}">most common titles</a><br/>
|
<a href="{{ url_for("events_page") }}">most common titles</a> #}
|
||||||
|
<br/>
|
||||||
👤
|
👤
|
||||||
{{ "{:,d}".format(count.person) }} speakers
|
{{ "{:,d}".format(count.person) }} speakers
|
||||||
<a href="{{ url_for("top_speakers_page") }}">top speakers</a><br/>
|
<a href="{{ url_for("top_speakers_page") }}">top speakers</a><br/>
|
||||||
|
|
Loading…
Reference in a new issue