]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix share URL
authorJeremy Thomas <bbxdesign@gmail.com>
Fri, 18 Oct 2019 11:43:14 +0000 (07:43 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 18 Oct 2019 11:43:14 +0000 (07:43 -0400)
docs/_data/meta.json
docs/_includes/elements/tw-button.html
docs/_includes/examples/navbar-bottom.html
docs/_includes/examples/navbar-color.html
docs/_includes/examples/navbar.html
docs/expo.html

index 96aa441b383847ab1caf06de4cdb494177d2ad80..001867a6d6dc2981bf6ec5bd7692761845903230 100644 (file)
@@ -1,12 +1,12 @@
 {
-  "title": "Bulma: Free, open source, & modern CSS framework based on Flexbox",
+  "title": "Bulma: Free, open source, and modern CSS framework based on Flexbox",
   "description": "Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.",
   "documentation": "/documentation",
-  "download": "https://github.com/jgthms/bulma/releases/download/0.7.5/bulma-0.7.5.zip",
-  "release_notes": "https://github.com/jgthms/bulma/releases/tag/0.7.5",
+  "download": "https://github.com/jgthms/bulma/releases/download/0.8.0/bulma-0.8.0.zip",
+  "release_notes": "https://github.com/jgthms/bulma/releases/tag/0.8.0",
   "github": "https://github.com/jgthms/bulma",
   "twitter": "https://twitter.com/jgthms",
-  "version": "0.7.5",
+  "version": "0.8.0",
   "book_url": "https://bleedingedgepress.com/creating-interfaces-bulma/",
   "book_amazon": "https://www.amazon.com/Creating-Interfaces-Bulma-Jeremy-Thomas-ebook/dp/B079M1BJG4/",
   "book_sample": "http://www.bleedingedgepress.com/book_excerpts/01E9D1/creating_interfaces_with_bulma_sample.pdf",
index d48f4f9bafe8712e0e3df153751b41746fd5fab7..8f6859634234128098e51c43c7e57bf24a5b980f 100644 (file)
@@ -1,9 +1,9 @@
 <a class="bd-tw-button button"
   data-social-network="Twitter"
   data-social-action="tweet"
-  data-social-target="{{ site.url }}"
+  data-social-target="https://bulma.io"
   target="_blank"
-  href="https://twitter.com/intent/tweet?text={{ site.data.meta.title | urlencode }}&hashtags=bulmaio&url={{ site.url }}&via=jgthms">
+  href="https://twitter.com/intent/tweet?text={{ site.data.meta.title | urlencode }}&hashtags=bulmaio&url={{ 'https://bulma.io' | urlencode }}&via=jgthms">
   <span class="icon">
     <i class="fab fa-twitter"></i>
   </span>
index 5556fba4c46f0cd4e9211d8d67fa2ed666d1850e..ee78fa3b206cc2b36d87c0a657df558c2dd495c5 100644 (file)
@@ -50,7 +50,7 @@
       <div class="navbar-item">
         <div class="field is-grouped">
           <p class="control">
-            <a class="bd-tw-button button" data-social-network="Twitter" data-social-action="tweet" data-social-target="http://localhost:4000" target="_blank" href="https://twitter.com/intent/tweet?text=Bulma: a modern CSS framework based on Flexbox&amp;hashtags=bulmaio&amp;url=http://localhost:4000&amp;via=jgthms">
+            <a class="bd-tw-button button" data-social-network="Twitter" data-social-action="tweet" data-social-target="https://bulma.io" target="_blank" href="https://twitter.com/intent/tweet?text=Bulma: a modern CSS framework based on Flexbox&amp;hashtags=bulmaio&amp;url=https://bulma.io&amp;via=jgthms">
               <span class="icon">
                 <i class="fab fa-twitter"></i>
               </span>
index db07ead13de4024ca84f4a118310641cc67bb1db..bf2f43adde1a02a2773962af7dcccba4cd438fb5 100644 (file)
@@ -54,7 +54,7 @@
       <div class="navbar-item">
         <div class="field is-grouped">
           <p class="control">
-            <a class="bd-tw-button button" data-social-network="Twitter" data-social-action="tweet" data-social-target="http://localhost:4000" target="_blank" href="https://twitter.com/intent/tweet?text=Bulma: a modern CSS framework based on Flexbox&amp;hashtags=bulmaio&amp;url=http://localhost:4000&amp;via=jgthms">
+            <a class="bd-tw-button button" data-social-network="Twitter" data-social-action="tweet" data-social-target="https://bulma.io" target="_blank" href="https://twitter.com/intent/tweet?text=Bulma: a modern CSS framework based on Flexbox&amp;hashtags=bulmaio&amp;url=https://bulma.io&amp;via=jgthms">
               <span class="icon">
                 <i class="fab fa-twitter"></i>
               </span>
index 6a777e358a9fa34d75932663874c583dae4930a8..8e8a8ddd3e6c2cd9e7fd9b303201a490c95df4d2 100644 (file)
@@ -50,7 +50,7 @@
       <div class="navbar-item">
         <div class="field is-grouped">
           <p class="control">
-            <a class="bd-tw-button button" data-social-network="Twitter" data-social-action="tweet" data-social-target="http://localhost:4000" target="_blank" href="https://twitter.com/intent/tweet?text=Bulma: a modern CSS framework based on Flexbox&amp;hashtags=bulmaio&amp;url=http://localhost:4000&amp;via=jgthms">
+            <a class="bd-tw-button button" data-social-network="Twitter" data-social-action="tweet" data-social-target="https://bulma.io" target="_blank" href="https://twitter.com/intent/tweet?text=Bulma: a modern CSS framework based on Flexbox&amp;hashtags=bulmaio&amp;url=https://bulma.io&amp;via=jgthms">
               <span class="icon">
                 <i class="fab fa-twitter"></i>
               </span>
index f33857ca4df916a5ddd138b429daa9e95112a4f8..7076a4ccd995221a7084376b92c355e1043ef67c 100644 (file)
@@ -19,9 +19,9 @@ breadcrumb:
     <a class="bd-tw-button button"
       data-social-network="Twitter"
       data-social-action="tweet"
-      data-social-target="{{ site.url }}"
+      data-social-target="https://bulma.io"
       target="_blank"
-      href="https://twitter.com/intent/tweet?text={{ 'Here is my lovely website!' | urlencode }}&hashtags=madewithbulma&url={{ site.url }}">
+      href="https://twitter.com/intent/tweet?text={{ 'Here is my lovely website!' | urlencode }}&hashtags=madewithbulma">
       <span class="icon">
         <i class="fab fa-twitter"></i>
       </span>