jekyll-theme-saifas-it 0.1.2 → 0.1.5

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: 02706ebc46e1c5dd21938dd84300dd00483d76799f930e6cfa209885245b6edc
4
- data.tar.gz: 9b5f8205d8ff674673028b9216f0c9748cfafa58f1f8cd3381eb912350bbd565
3
+ metadata.gz: 3eef9af9f97d341bbd567de42c3c3834f586ae2972630e02a9248a9d85cd383d
4
+ data.tar.gz: a33d55acbb8d4333b9c03b61f0a63ddbf165b1da59b8e32256792c41345758bc
5
5
  SHA512:
6
- metadata.gz: 592ca7d8fc384c3773c218d9b7410ffe8c7f32355e282924064ac09eb12ae8d69df5bd1d3e2b1f3740b1a82743e85851a3ab77f0d9186a3fac2c758f2d836bb0
7
- data.tar.gz: 32b9c01c90d26cc2c224cb2b2639771c5b49fa2c51f800fbb87cebb344f986163950c0eef25c9ea9126c2d0d8cb349dd8c2b401e62a5cff8ed57a8c894f495f4
6
+ metadata.gz: 40efe130612bac346269d17d8c4dd9b2602d50909f6d5fca370be0b58ea276ce3c2f2c3f03b32bdc0979b58c6fb8d7cb02137408acaff5753a02eb8e19fa2f2d
7
+ data.tar.gz: 9837345bfae8452ff1a71efbd30e93a9cdde3fb43790fb21e6d2e8fb5f555e7f4f8d7288df9a17eb1dace1df7f2e98ff7f3d8685ac4972301d51b992d23dcee2
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.2
5
+ version: 0.1.5
6
6
  lang: en_US
7
7
  author: SAIFAS
8
8
  email: jekyll@saifas.info
@@ -1,9 +1,7 @@
1
- {::nomarkdown}
2
1
  <a href="{{ include.link }}" class="card-activities">
3
2
  {{ include.title }}
4
3
  {% if include.iconClass %}
5
4
  <i class="{{ include.iconClass }}"></i>
6
5
  {% endif %}
7
6
  <div class="card-activities__tags">{{ include.tagsText }}</div>
8
- </a>
9
- {:/nomarkdown}
7
+ </a>
@@ -1,4 +1,4 @@
1
- <section id="{{ section.id }}" class='page__section'>
1
+ <section id="{{ include.id }}" class='page__section'>
2
2
  {% include page/other/headline.html headline=include.headline %}
3
3
  <div class="section__body">
4
4
  {{ include.text }}
@@ -1,6 +1,8 @@
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.breadcrumbs-title %}
3
- {% for crumb in crumbs offset: 1 %}
4
- > <a href="{{ page.permalink }}">{{ crumb | replace:'-',' ' | remove:'.html' | capitalize }}</a>
5
- {% endfor %}
1
+ <div style="display: flex; align-items: center; margin-left: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" id="breadcrumb">
2
+ {% for crumb in site.data.breadcrumbs %}
3
+ {% assign url_prefix = page.url | slice: 0, crumb.url.size %}
4
+ {% if url_prefix == crumb.url %}
5
+ > <a style="margin: 0 10px;" href="{{ crumb.url }}">{{ crumb.title }}</a>
6
+ {% endif %}
7
+ {% endfor %}
6
8
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-saifas-it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - SAIFAS
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-11 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll