This commit is contained in:
Jeremy Thomas 2019-05-19 13:14:10 +01:00
parent 114930c0fc
commit d2c9e60d35
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Bulma Changelog
## Upcoming release
## 0.7.5
### Deprecation warning

View File

@ -1,4 +1,4 @@
<script src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
<script src="https://m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
<section class="hero is-info bsa">
<div class="container">

View File

@ -48,6 +48,6 @@
}
}
</script>
<script async src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=bulmaio" id="_carbonads_js" onerror="__fb(this)"></script>
<script async src="https://cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=bulmaio" id="_carbonads_js" onerror="__fb(this)"></script>
</div>
</div>

View File

@ -1,7 +1,7 @@
{% if site.deprecated %}
<div class="notification is-info" style="border-radius: 0; margin-bottom: 0;">
<p>
You are viewing the deprecated <strong>{{site.data.meta.version}}</strong> version of the website.
You are viewing the deprecated <strong>{{ site.version }}</strong> version of the website.
<a href="{{ site.url }}/">Click here to view the latest version</a>
</p>
</div>

View File

@ -26,7 +26,7 @@
<div id="navMenu{{ include.id }}" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item bd-navbar-item-documentation {% if page.route == 'documentation' %}is-active{% endif %} {% if page.layout == 'documentation' %}is-active{% endif %}" href="{{ site.data.meta.documentation }}">
<a class="navbar-item bd-navbar-item-documentation {% if page.route == 'documentation' %}is-active{% endif %} {% if page.layout == 'documentation' %}is-active{% endif %}" href="{{ site.url }}{{ site.data.meta.documentation }}">
<span class="icon has-text-primary">
<i class="fas fa-book"></i>
</span>

View File

@ -26,7 +26,7 @@
<small>v{{ site.data.meta.version }}</small>
</span>
</a>
<a class="button is-light is-large" href="{{ site.data.meta.documentation }}">
<a class="button is-light is-large" href="{{ site.url }}{{ site.data.meta.documentation }}">
<span>
<span>View</span>
<strong>docs</strong>