jekyll-theme-profile 2.0.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 +4 -4
- data/_includes/mini-repo-info-card.html +3 -1
- data/_layouts/landing.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2bc3aed1a5f09ac497021c33b2629621cc63946c6d7fca31d32cefbe2b1cb92
|
|
4
|
+
data.tar.gz: 90e25fa1721bf9d4a859d81aadf1f06095f633a9e4a1afa972fab37c2009dd2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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="{{
|
|
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>
|
data/_layouts/landing.html
CHANGED
|
@@ -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 and site.
|
|
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: 2.0.
|
|
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-
|
|
11
|
+
date: 2026-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|