From: Jeremy Thomas Date: Tue, 16 Jan 2018 11:55:12 +0000 (+0100) Subject: Add new expo share X-Git-Tag: 0.7.0~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492c9c274053e42f3d0f3e7c4acca33cae3556b9;p=thirdparty%2Fbulma.git Add new expo share --- diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 7a3ee584d..3f76ba2ae 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -23,29 +23,49 @@ - + - - - - - - - - - - - - - - + + + + {% if page.share_title %} + + + {% else %} + + + {% endif %} + + {% if page.share_description %} + + + {% else %} + + + {% endif %} + + {% if page.share_image %} + + + {% else %} + + + {% endif %} + + + + + + + + diff --git a/docs/expo.html b/docs/expo.html index 7e9292c12..8d725a0e0 100644 --- a/docs/expo.html +++ b/docs/expo.html @@ -1,5 +1,8 @@ --- fulltitle: "Expo: beautiful websites designed Bulma" +share_title: "⭐️ Bulma Expo: beautiful websites designed Bulma 😍" +share_image: "/images/expo/bulma-expo-share.png" +share_description: "Get inspired! The Bulma Expo is a curated collection of the most beautiful websites designed with Bulma. It showcases how you can easily customize Bulma for your own personal or business needs." layout: default route: expo other: diff --git a/docs/images/expo/bulma-expo-share.png b/docs/images/expo/bulma-expo-share.png new file mode 100644 index 000000000..40b2e4587 Binary files /dev/null and b/docs/images/expo/bulma-expo-share.png differ