mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Add name
This commit is contained in:
@@ -59,7 +59,7 @@ Through donations and sponsorships we are able to maintain & improve Bootstrap.
|
||||
)
|
||||
|
||||
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 {
|
||||
output.push(sponsorAccount.name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user