mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix tooltips
This commit is contained in:
parent
5021f87efd
commit
bf65705132
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
h5
|
||||
b style="margin-left: 20px"
|
||||
- if site.username.length > 17
|
||||
a href="http://#{site.username}.neocities.org" target="_blank" data-toggle="tooltip" data-original-title="Default tooltip" = site.username[0..17]+'..'
|
||||
a href="http://#{site.username}.neocities.org" target="_blank" rel="tooltip" title="#{site.username}" = site.username[0..17]+'..'
|
||||
- else
|
||||
a href="http://#{site.username}.neocities.org" target="_blank" = site.username
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue