jekyll-theme-saifas-it 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: 3020bbb4b1fa54457326d27da9507b1fdc170cf6f60d3a33eb4abeb901a0fc67
4
- data.tar.gz: 3ace206c186fc6939b1e5ebdb0dbfedbeee3f640a97edd49e833d10ef4a4cf66
3
+ metadata.gz: 02706ebc46e1c5dd21938dd84300dd00483d76799f930e6cfa209885245b6edc
4
+ data.tar.gz: 9b5f8205d8ff674673028b9216f0c9748cfafa58f1f8cd3381eb912350bbd565
5
5
  SHA512:
6
- metadata.gz: ef7ce32606ce77aecb908d0818be674a5f00da80ad42cbf31ccb4e475f7fa6e822f0b04fb55a588f765644d491df2cbaad07ef45fa27e528c9143f3c86e2688e
7
- data.tar.gz: a2f9e59f1019d2bd654c9fe6f80da8ba58cc1426a172837b073d7020f0e984f8c9531cd332099d546391f823749e51fe033bd46b7c027711fe62cf62a5017a2a
6
+ metadata.gz: 592ca7d8fc384c3773c218d9b7410ffe8c7f32355e282924064ac09eb12ae8d69df5bd1d3e2b1f3740b1a82743e85851a3ab77f0d9186a3fac2c758f2d836bb0
7
+ data.tar.gz: 32b9c01c90d26cc2c224cb2b2639771c5b49fa2c51f800fbb87cebb344f986163950c0eef25c9ea9126c2d0d8cb349dd8c2b401e62a5cff8ed57a8c894f495f4
data/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  This repository contains source codes of the theme in the area of SAIFAS IT
2
2
 
3
- To view the documentation follow the link: https://github.com/JekyllGO/saifas-ssg-jekyll-theme-boilerplate-doc
3
+ To view the documentation follow the link: https://github.com/JekyllGO/saifas-ssg-jekyll-theme-saifas-it-doc
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.1
5
+ version: 0.1.2
6
6
  lang: en_US
7
7
  author: SAIFAS
8
8
  email: jekyll@saifas.info
@@ -1,6 +1,6 @@
1
1
  <div style="display: flex; align-items: center; margin-left: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" id="breadcrumbs">
2
- {% assign crumbs = page.url | remove:'/index.html' | split: '/' %}
2
+ {% assign crumbs = page.breadcrumbs-title %}
3
3
  {% for crumb in crumbs offset: 1 %}
4
- > <a href="{% assign crumb_limit = forloop.index | plus: 1 %}{% for crumb in crumbs limit: crumb_limit %}{{ crumb | append: '/' | replace:'without-plugin/','without-plugins/' }}{% endfor %}">{{ crumb | replace:'-',' ' | remove:'.html' | capitalize }}</a>
4
+ > <a href="{{ page.permalink }}">{{ crumb | replace:'-',' ' | remove:'.html' | capitalize }}</a>
5
5
  {% endfor %}
6
6
  </div>
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - SAIFAS