mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Fix sponsor item
This commit is contained in:
@@ -9,9 +9,6 @@
|
|||||||
class="bd-sponsor-item {{ include.classname }}"
|
class="bd-sponsor-item {{ include.classname }}"
|
||||||
href="{{ sponsor.url }}"
|
href="{{ sponsor.url }}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
{% unless sponsor.follow or sponsor.noopener %}
|
|
||||||
rel="nofollow"
|
|
||||||
{% endunless %}
|
|
||||||
{% if sponsor.noopener %}
|
{% if sponsor.noopener %}
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user