forked from 00dani/lemoncurry
Add cute little Tipper.js tooltips to the profiles on the home h-card
This commit is contained in:
parent
ffd0d3384e
commit
c40372a020
4 changed files with 14 additions and 7 deletions
|
@ -63,3 +63,8 @@
|
|||
{% endfor %}
|
||||
</ol>
|
||||
{% endblock %}
|
||||
{% block foot %}
|
||||
<script type="text/javascript">
|
||||
tippy('.profiles [title]', {arrow: true});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue