focus-theme 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/post.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: 32dcd09f960764fa99e190a011feb202d5ad09b9b86e1e61eb90fcce2557510a
|
4
|
+
data.tar.gz: ea559baba56d459cdc3c99bfef4d5caac8e139767c30b2019229b590516dad3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81f828fa9c88aa27d752e38a389a03b3f591474d5e82e8c9c79eb948ad0fe19c5ffa75cb431facb549772ce19860e49401fcf97871d30a13d2079a14d353cfab
|
7
|
+
data.tar.gz: 415842a3d4569e39fc2e7042f913e9f6fc7f03881fd78ce654dd84aaa1179c489f420f4c27fabb59ea20b3bf3930aa9c9dc2916b0e1f3f92fecb50e94f54691a
|
data/_layouts/post.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
layout: default
|
3
3
|
---
|
4
|
-
{% assign author = site.authors[page.author] %}
|
4
|
+
{% assign author = site.data.authors[page.author] %}
|
5
5
|
<div class="container">
|
6
6
|
<div class="jumbotron jumbotron-fluid mb-3 pl-0 pt-0 pb-0 bg-white position-relative">
|
7
7
|
<div class="h-100 tofront">
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: focus-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Global Nomad LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2024-12-
|
10
|
+
date: 2024-12-24 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: jekyll
|