Jeremy Thomas 7 vuotta sitten
vanhempi
commit
1453e58595
4 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 2 2
      docs/_config.yml
  2. 1 1
      docs/_includes/footer.html
  3. 1 1
      docs/documentation/layout/footer.html
  4. 1 1
      docs/package.json

+ 2 - 2
docs/_config.yml

@@ -14,7 +14,7 @@ exclude:       ['icons', 'node_modules', 'templates', '.babelrc', 'bulma-docs.sa
 # Variables
 
 documentation: "/documentation/overview/start/"
-download:      https://github.com/jgthms/bulma/releases/download/0.6.1/bulma-0.6.1.zip
+download:      https://github.com/jgthms/bulma/releases/download/0.6.2/bulma-0.6.2.zip
 github:        https://github.com/jgthms/bulma
 twitter:       https://twitter.com/jgthms
-version:       0.6.1
+version:       0.6.2

+ 1 - 1
docs/_includes/footer.html

@@ -48,7 +48,7 @@
     <div class="columns">
       <div class="column is-3">
         <div id="about" class="content">
-          <strong xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">Bulma</strong> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://jgthms.com" property="cc:attributionName" rel="cc:attributionURL">Jeremy Thomas</a>.
+          <strong xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">Bulma</strong> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://jgthms.com" property="cc:attributionName" rel="cc:attributionURL">Jeremy Thomas</a>.
           <div class="twitter-container">
             <a href="{{ site.twitter }}" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="large">@jgthms</a>
           </div>

+ 1 - 1
docs/documentation/layout/footer.html

@@ -12,7 +12,7 @@ doc-subtab: footer
   <div class="container">
     <div class="content has-text-centered">
       <p>
-        <strong>Bulma</strong> by <a href="http://jgthms.com">Jeremy Thomas</a>. The source code is licensed
+        <strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is licensed
         <a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content
         is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
       </p>

+ 1 - 1
docs/package.json

@@ -2,7 +2,7 @@
   "name": "bulma-docs",
   "version": "1.0.0",
   "main": "index.html",
-  "author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
+  "author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
   "license": "MIT",
   "devDependencies": {
     "babel-cli": "^6.24.1",