jekyll-theme-profile 1.8.3 → 1.8.4
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/_layouts/landing.html +1 -4
- 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: 170036b5178432b2e86e982346a8895b8758af76ce6d06d51f368c39dd78a075
|
|
4
|
+
data.tar.gz: 625304ca5346c58c02731398c47088fad3f623f1acd72e9d2e18b14f7299924f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36dfb3861cbaddaf2e2ff6289b9b06091a04b15553c641fd5a5293c29fd7386196a1a5a93eb33fd47dd1ec00a651a330ce4a08b63e19f214916e1cd88a483ff1
|
|
7
|
+
data.tar.gz: 7f0366544fef23ce6305970c1765271180e1e7d1f1b373fe70617faa6df4c62f22817e13c8e88af4ea4dbb7327e75ee374fdaf7f43fee8618fa924bf09827bea
|
data/_layouts/landing.html
CHANGED
|
@@ -7,10 +7,7 @@ style: none
|
|
|
7
7
|
{%- assign user_img = site.user_image | default: user.avatar_url %}
|
|
8
8
|
<div class="Header d-flex p-0 flex-1 height-full">
|
|
9
9
|
<div class="container-lg flex-column position-sticky top-0">
|
|
10
|
-
<div class="
|
|
11
|
-
<div class="Toolbar-expand d-flex flex-justify-center d-none">
|
|
12
|
-
<button id="sidebar-btn" class="btn-octicon mr-2">{% octicon chevron-right height:16 %}</button>
|
|
13
|
-
</div>
|
|
10
|
+
<div class="d-flex flex-row py-3 flex-justify-end">
|
|
14
11
|
<div class="d-flex flex-justify-center">
|
|
15
12
|
{% include toggle.html %}
|
|
16
13
|
</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.8.
|
|
4
|
+
version: 1.8.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Allison Thackston
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|