jekyll-theme-saifas-it 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3eef9af9f97d341bbd567de42c3c3834f586ae2972630e02a9248a9d85cd383d
4
- data.tar.gz: a33d55acbb8d4333b9c03b61f0a63ddbf165b1da59b8e32256792c41345758bc
3
+ metadata.gz: ce20e9b71efc3912a64f35d724562ce07e0a369e2dc98a7fc4c73662ce72eb01
4
+ data.tar.gz: 3aced357b670c0c883f6a20ecc90cbd884bc79d4c2698014adc0dcf9bf350c80
5
5
  SHA512:
6
- metadata.gz: 40efe130612bac346269d17d8c4dd9b2602d50909f6d5fca370be0b58ea276ce3c2f2c3f03b32bdc0979b58c6fb8d7cb02137408acaff5753a02eb8e19fa2f2d
7
- data.tar.gz: 9837345bfae8452ff1a71efbd30e93a9cdde3fb43790fb21e6d2e8fb5f555e7f4f8d7288df9a17eb1dace1df7f2e98ff7f3d8685ac4972301d51b992d23dcee2
6
+ metadata.gz: a6c3cfcbd7a8beb99f2d6214ff85b73e56bc95f884cc82fee947e2abafe3fbb61fe71bfbf59545cb0ee33c9d7bd77ffeddf43585c46513c3aa40bbea2c5922e9
7
+ data.tar.gz: 857c6151e441884e976709775333b93c845f00c4738f247213a94916be16b7db2553b232e541c94e9fea81db4cc5c256ef3c1b2c9c3c6ef21c1f5ca4f08a45ac
data/_config.yml CHANGED
@@ -2,7 +2,7 @@ title: Jekyll theme SAIFAS IT
2
2
  author:
3
3
  name: SAIFAS
4
4
  copyright: © SAIFAS
5
- version: 0.1.5
5
+ version: 0.1.6
6
6
  lang: en_US
7
7
  author: SAIFAS
8
8
  email: jekyll@saifas.info
@@ -14,29 +14,4 @@ sass:
14
14
  sass_dir: /_sass/
15
15
 
16
16
  assets_root_path: /assets/
17
- assets_styles_path: /assets/sass/styles.css
18
-
19
- layout:
20
- header:
21
- logo:
22
- path:
23
- links:
24
- -
25
- title: Home
26
- url: /
27
- footer:
28
- contact_us: true
29
- form_url:
30
- socials:
31
- -
32
- name: github
33
- url: /
34
- -
35
- name: facebook
36
- url: /
37
- -
38
- name: linkedin
39
- url: /
40
- -
41
- name: twitter
42
- url: /
17
+ assets_styles_path: /assets/sass/styles.css
@@ -0,0 +1,5 @@
1
+ {% if include.href %}
2
+ <a class="btn" href="{{ include.href }}" onclick="{{ include.onclick }}">{{ include.text }}</a>
3
+ {% else %}
4
+ <a class="btn" onclick="{{ include.onclick }}">{{ include.text }}</a>
5
+ {% endif %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-saifas-it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - SAIFAS
@@ -37,6 +37,7 @@ files:
37
37
  - _includes/assets/head.html
38
38
  - _includes/assets/libs/highchart.html
39
39
  - _includes/assets/libs/lightgallery.html
40
+ - _includes/items/button.html
40
41
  - _includes/items/card-activities.html
41
42
  - _includes/items/card.html
42
43
  - _includes/items/circle-chart.html