Skip to content

Commit

Permalink
added button_url property to danger button
Browse files Browse the repository at this point in the history
  • Loading branch information
giansi committed Mar 2, 2016
1 parent 5aa8c50 commit 9b10eac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,9 +1,13 @@
# v1.0.1
## 03/02/2016
1. [](#improved)
* Added button_url property to danger button

# v1.0.0
## 03/01/2016
1. [](#bugfix)
* Fixed typos


# v1.0.0-rc.5
## 02/27/2016
1. [](#improved)
Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
@@ -1,5 +1,5 @@
name: Gravstrap Theme Skeleton
version: 1.0.0
version: 1.0.1
description: "Gravstrap is a powerful Grav CMS plugin which simplifies Bootstrap components usage, implementing them as shortcodes. This theme, built on top of Gravstrap, helps you to start a new Bootstrap custom theme, to create your unique design"
icon: picture-o
author:
Expand Down
4 changes: 2 additions & 2 deletions pages/07.components/01.basic/components.md
Expand Up @@ -26,7 +26,7 @@ A comprehensive list of all the basic components, you can use for free as shortc
[g-button button_type="success" button_label="Success"][/g-button]
[g-button button_type="info" button_label="Info"][/g-button]
[g-button button_type="warning" button_label="Warning"][/g-button]
[g-button button_type="danger" button_label="Danger"][/g-button]
[g-button button_url="http://diblas.net" button_type="danger" button_label="Danger"][/g-button]
[g-button button_type="link" button_label="Link"][/g-button]

#### Code definition
Expand All @@ -36,7 +36,7 @@ A comprehensive list of all the basic components, you can use for free as shortc
[g-button button_type="success" button_label="Success"][/g-button]
[g-button button_type="info" button_label="Info"][/g-button]
[g-button button_type="warning" button_label="Warning"][/g-button]
[g-button button_type="danger" button_label="Danger"][/g-button]
[g-button button_url="http://diblas.net" button_type="danger" button_label="Danger"][/g-button]
[g-button button_type="link" button_label="Link"][/g-button]
[/raw]

Expand Down

0 comments on commit 9b10eac

Please sign in to comment.