]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix URLs
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 19 May 2019 12:14:10 +0000 (13:14 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 19 May 2019 12:14:10 +0000 (13:14 +0100)
CHANGELOG.md
docs/_includes/elements/bsa.html
docs/_includes/elements/carbon.html
docs/_includes/global/deprecated.html
docs/_includes/global/navbar.html
docs/_includes/index/intro.html

index fd046d969ba4332de00801ce5037f609da6e1f98..54bcdac04062ded2c27dedaebdd6181f1150ec81 100644 (file)
@@ -1,6 +1,6 @@
 # Bulma Changelog
 
-## Upcoming release
+## 0.7.5
 
 ### Deprecation warning
 
index 313eecf47dee2e662b1de62ff7e2279bb0a25b4f..027717bea6fac51bd599fdea27335f90cda47fdb 100644 (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">
index feaf514bf81b6a212e8e18e59984fb64e81bad41..07e5df9b9f93bc6fdc1c78e04ddc3eb142fbd80f 100644 (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>
index 6346716e9a979916b2784fc3695373f21eae5ecf..6f85fed41b6e054a91118e9f1b9f985fca3fdb0c 100644 (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>
index 992d9889d44f4ab0e5d50eb2ba6394f960f2f109..a08d783cd50f8696597c0cd296ee4a1f21aec629 100644 (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>
index f00410fe6c5cfcb2cf4f766152d2b93eede8af68..cb0d2c44534c1bbbd22b12f54869bf0868e9de5a 100644 (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>