jekyll-tabler 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f2f8acca77d940b511b6504685dc8d199ec3994cbc909aa5dfc87d722ea1ca3
4
- data.tar.gz: bb79c09d09e5613f42d6b984023af5482181d698ae1c9c119478afc764a8496f
3
+ metadata.gz: e99ea2212c5f02f537759f8895490889cb61b6514473b73ce97763003c77a42c
4
+ data.tar.gz: b387879e53a9c6eb72e8e456939c53af2f4e0d56996529c10715ddd3087ff5db
5
5
  SHA512:
6
- metadata.gz: 47ea8e92733ea94a8c108e09e383a73550d344b0b53b0a0e4c95d1b005ddbb6e8b37f4077f66dc2a91656f13e5b986104bbc377ac2f14a40b798b46e2ddb069a
7
- data.tar.gz: 72161204eb80ca0f73b844b80bc2d55e977c6ac0958a96b037fafeef0adaef1f135963a02508e937ab318e506804079669aae5e57e7b84dda90ee90214180e28
6
+ metadata.gz: 57be84223f90bd41d94578a56895dca1cb12c7694c6e2627bb509ef048a1d6e7103894cbab0b7cf44a7e4409f21d67606b834ba370fc32b6c73b87b692adee8b
7
+ data.tar.gz: 8bcc3e8170ef30c0c0f767038b7505ed3dc6c977888d4f2ac67275d07b144a27a2ddbe7d7f4e78cd574521eb6854c5a405be113946ed22787e7ece5cf4daf5a1
data/README.md CHANGED
@@ -66,13 +66,13 @@ Liquid variables are supported for all arguments, including top-level names like
66
66
  With default size and color
67
67
 
68
68
  ```liquid
69
- {% tabler brand-github %}
69
+ {% tabler ti-brand-github %}
70
70
  ```
71
71
 
72
72
  With custom size and color
73
73
 
74
74
  ```liquid
75
- {% tabler brand-github size=36 color=#673ab8 %}
75
+ {% tabler ti-brand-github size=36 color=#673ab8 %}
76
76
  ```
77
77
 
78
78
  - **Github filled icon**
@@ -80,13 +80,13 @@ Liquid variables are supported for all arguments, including top-level names like
80
80
  With default size and color
81
81
 
82
82
  ```liquid
83
- {% tabler_filled brand-github %}
83
+ {% tabler_filled ti-brand-github %}
84
84
  ```
85
85
 
86
86
  With custom size and color
87
87
 
88
88
  ```liquid
89
- {% tabler_filled brand-github size=36 color=#673ab8 %}
89
+ {% tabler_filled ti-brand-github size=36 color=#673ab8 %}
90
90
  ```
91
91
 
92
92
  ## Contributing