Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Thomas <bbxdesign@gmail.com>2022-02-04 14:22:41 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2022-02-04 14:22:41 +0300
commit80e0396424cc44a93db0223446e8b6029d77dd53 (patch)
tree301e529e71c58344ffbb948175f5c4d067f1b7b4
parent3644777c6a28d0351471f7ff711752c04b324ed2 (diff)
Fix sponsor item
-rw-r--r--docs/_includes/elements/sponsor-item.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/_includes/elements/sponsor-item.html b/docs/_includes/elements/sponsor-item.html
index 1b69f806..0f210b18 100644
--- a/docs/_includes/elements/sponsor-item.html
+++ b/docs/_includes/elements/sponsor-item.html
@@ -9,9 +9,6 @@
class="bd-sponsor-item {{ include.classname }}"
href="{{ sponsor.url }}"
target="_blank"
-{% unless sponsor.follow or sponsor.noopener %}
-rel="nofollow"
-{% endunless %}
{% if sponsor.noopener %}
rel="noopener"
{% endif %}