mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Feature/icon text (#3230)
* Init icon text, Remove old new-tag elements * Improve icon text * Fix icon text docs * Update sidebar * Update changelog
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
{% endfor %}
|
||||
</nav>
|
||||
|
||||
{% include global/side-sponsor.html %}
|
||||
|
||||
{% unless page.hide_fortyfour %}
|
||||
{% include global/fortyfour.html %}
|
||||
{% endunless %}
|
||||
|
||||
{% include global/side-sponsor.html %}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<div class="tags has-addons">
|
||||
{% if tag_version_value > current_version_value %}
|
||||
<span class="tag is-warning">Coming soon!</span>
|
||||
<span class="tag is-warning is-light">Coming soon!</span>
|
||||
{% elsif tag_version_value == current_version_value %}
|
||||
<span class="tag">New!</span>
|
||||
<span class="tag is-success">{{ include.version }}</span>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="bd-side-sponsrs">
|
||||
<p class="bd-side-sponsor-label">
|
||||
Sponsor
|
||||
Sponsors
|
||||
</p>
|
||||
|
||||
<a class="bd-side-sponsor" href="https://runpondr.com/" target="_blank" rel="nofollow">
|
||||
@@ -13,4 +13,15 @@
|
||||
height="38"
|
||||
%}
|
||||
</a>
|
||||
|
||||
<a class="bd-side-sponsor" href="https://aussiecasinohex.com/" target="_blank" rel="nofollow">
|
||||
{%
|
||||
include elements/responsive-image.html
|
||||
path="amis/aussiecasinohex"
|
||||
extension="png"
|
||||
alt="AussieCasinoHEX.com"
|
||||
width="170"
|
||||
height="60"
|
||||
%}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user