jekyll-theme-profile 1.13.2 → 2.0.3

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: c33829d2c77c38c330ad9c121e2f2f145d1a78471edb1681f128d4bf26ea2506
4
- data.tar.gz: 4df80500ac20cca46f5a4d71eb244d293f51c70e1744f424fd52abc501bb75e6
3
+ metadata.gz: c2bc3aed1a5f09ac497021c33b2629621cc63946c6d7fca31d32cefbe2b1cb92
4
+ data.tar.gz: 90e25fa1721bf9d4a859d81aadf1f06095f633a9e4a1afa972fab37c2009dd2e
5
5
  SHA512:
6
- metadata.gz: f5d2f933481044f1d2b2108544f78061d1c62be4982e160798a93ad1c85fbe13658590021ae5561d981e21bba4434014b38db2bea670aff18a1542c664da47a3
7
- data.tar.gz: 35b0bc5ab81ec9229aea98d3ed9b8a651afe3edcb8b2d8645dd13a7093540107be19914f4f956d05e99abde61386865c519b9ee7fe2ca116ed8c8b2fe034cb9c
6
+ metadata.gz: 1ebd3a9ef4072216b4286c12829175d36d34d37049287637b589211dddf8ed521073b11437586d29dce24bc35f2e84a99dc42f88fd29bd5b218cbb15ea2852b0
7
+ data.tar.gz: b1524fb152778c6b9db83a3eb8e31ae5cd0d1315f0ef96e37ed0c5560524ca4f765c85b26096555986d78024d3dcddc6f6f5d833ee7d88dd482d8b2b10a255ba
@@ -1,6 +1,8 @@
1
1
  {% assign repo = site.github.public_repositories | where: "full_name", site.repository | first %}
2
+ {% assign default_repository_url = "https://www.github.com/" | append: site.repository %}
3
+ {% assign repository_url = site.github.repository_url | default: default_repository_url | default: "" %}
2
4
  <div class="Repo-info">
3
- <a href="{{ site.github.repository_url }}" class="{{ include.class }} tooltipped tooltipped-s" aria-label="Go to repository">
5
+ <a href="{{ repository_url }}" class="{{ include.class }} tooltipped tooltipped-s" aria-label="Go to repository">
4
6
  <div class="d-flex flex-row flex-justify-center Header-item">
5
7
 
6
8
  <div class="mr-2 h2"><span class="octicon octicon-git-branch-24"></span></div>
@@ -14,7 +14,7 @@ style: none
14
14
  <div class="px-5 py-2 height-full">
15
15
  {%- include masthead.html %}
16
16
  </div>
17
- {%- if site.repo_info %}
17
+ {%- if site.repo_info and site.repository %}
18
18
  <div class="py-2">
19
19
  {% include mini-repo-info-card.html class="Header-link no-underline" %}
20
20
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-profile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allison Thackston
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-23 00:00:00.000000000 Z
11
+ date: 2026-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll