mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-01 01:54:24 +01:00
Add name
This commit is contained in:
parent
a564685fa3
commit
6551bff1fb
@ -59,7 +59,7 @@ Through donations and sponsorships we are able to maintain & improve Bootstrap.
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (sponsorAccount.website) {
|
if (sponsorAccount.website) {
|
||||||
output.push('<a href="' + sponsorAccount.website + '" class="stretched-link text-reset" target="_blank" rel="nofollow noopener noreferrer">' + sponsorAccount.name + '</a>')
|
output.push('<a href="' + sponsorAccount.website + '" class="stretched-link text-reset" title="' + sponsorAccount.name + '"target="_blank" rel="nofollow noopener noreferrer">' + sponsorAccount.name + '</a>')
|
||||||
} else {
|
} else {
|
||||||
output.push(sponsorAccount.name)
|
output.push(sponsorAccount.name)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user