mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 04:14:29 -07:00
Launch 0.9.0
This commit is contained in:
@@ -13,10 +13,9 @@
|
||||
{% assign thingy = link_id[0] %}
|
||||
{% assign link = site.data.links.by_id[thingy] %}
|
||||
{% endif %}
|
||||
{% assign link_url = site.url | append: link.path %}
|
||||
{%
|
||||
include elements/link.html
|
||||
url=link_url
|
||||
path=link.path
|
||||
color=link.color
|
||||
icon_brand=link.icon_brand
|
||||
icon_regular=link.icon_regular
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<a class="bd-link" href="{{ site.url }}{{ include.url }}">
|
||||
<a class="bd-link" href="{{ site.url }}{{ include.path }}">
|
||||
{% if include.surtitle %}
|
||||
<p class="bd-link-surtitle">
|
||||
{{ include.surtitle }}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="container">
|
||||
<div class="bd-notice-body">
|
||||
<p>
|
||||
Bulma <strong>{{ site.data.meta.version }}</strong> is out!
|
||||
Bulma <strong>{{ site.data.meta.version }}</strong> is out! With <strong>RTL support</strong> and <a href="{{ site.url }}/documentation/helpers/spacing-helpers/"><strong>spacing helpers</strong></a>.
|
||||
</p>
|
||||
<p>
|
||||
<a target="_blank" href="{{ site.data.meta.release_notes }}">Release notes</a>
|
||||
|
||||
Reference in New Issue
Block a user