mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Link to versions subdomain
This commit is contained in:
parent
53be32fb7f
commit
7887fad731
@ -65,7 +65,7 @@
|
|||||||
</p>
|
</p>
|
||||||
{{#unless site.deprecated}}
|
{{#unless site.deprecated}}
|
||||||
<small>
|
<small>
|
||||||
<a class="bd-view-all-versions" href="/versions">View all versions</a>
|
<a class="bd-view-all-versions" href="http://versions.bulma.io/">View all versions</a>
|
||||||
</small>
|
</small>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: "Access previous Bulma versions"
|
title: "Access previous Bulma versions"
|
||||||
introduction: "It is now possible to **access previous versions** of Bulma. Just head towards: [http://bulma.io/versions/](http://bulma.io/versions/)"
|
introduction: "It is now possible to **access previous versions** of Bulma. Just head towards: [http://versions.bulma.io/](http://versions.bulma.io/)"
|
||||||
color: "primary"
|
color: "primary"
|
||||||
name: "Versions"
|
name: "Versions"
|
||||||
icon: "undo"
|
icon: "undo"
|
||||||
---
|
---
|
||||||
|
|
||||||
It is now possible to **access previous versions** of Bulma. Just head towards: [http://bulma.io/versions/](http://bulma.io/versions/)
|
It is now possible to **access previous versions** of Bulma. Just head towards: [http://versions.bulma.io/](http://versions.bulma.io/)
|
||||||
|
|
||||||
While only version [0.4.4](http://bulma.io/versions/0.4.4) is accessible now, each **new release** will remain available forever.
|
While only version [0.4.4](http://versions.bulma.io/0.4.4/) is accessible now, each **new release** will remain available forever.
|
||||||
|
@ -1,45 +0,0 @@
|
|||||||
---
|
|
||||||
title: Versions
|
|
||||||
layout: default
|
|
||||||
route: versions
|
|
||||||
versions:
|
|
||||||
- 0.4.4
|
|
||||||
- 0.5.0
|
|
||||||
- 0.5.1
|
|
||||||
- 0.5.2
|
|
||||||
- 0.5.3
|
|
||||||
- 0.6.0
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
{% include navbar.html id="VersionsHero" transparent=true boxed=true %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<section class="hero is-halfheight">
|
|
||||||
<div class="hero-body">
|
|
||||||
<div class="container">
|
|
||||||
<div class="columns is-vcentered">
|
|
||||||
<div class="column">
|
|
||||||
<h1 class="title">
|
|
||||||
Versions
|
|
||||||
</h1>
|
|
||||||
<p class="subtitle">
|
|
||||||
Access previous versions of Bulma
|
|
||||||
</p>
|
|
||||||
<div class="field is-grouped is-grouped-multiline">
|
|
||||||
{% for version in page.versions %}
|
|
||||||
<div class="control">
|
|
||||||
<a class="button" href="{{site.url}}/versions/{{ version }}">
|
|
||||||
{{ version }}
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="column is-narrow">
|
|
||||||
{% include carbon.html %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
Loading…
Reference in New Issue
Block a user