Add cute little Tipper.js tooltips to the profiles on the home h-card

This commit is contained in:
Danielle McLean 2018-05-01 14:15:37 +10:00
parent ffd0d3384e
commit c40372a020
Signed by untrusted user: 00dani
GPG key ID: 8EB789DDF3ABD240
4 changed files with 14 additions and 7 deletions

View file

@ -63,3 +63,8 @@
{% endfor %}
</ol>
{% endblock %}
{% block foot %}
<script type="text/javascript">
tippy('.profiles [title]', {arrow: true});
</script>
{% endblock %}