forest-time-jekyll 0.1.3 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1aae3ee90b218eb6e40aaf5dc62cfe1514855c5246e5bb7a29c3095d1a745579
4
- data.tar.gz: 86eccf7d183e9e4e6a596a47b1c249dd8a3a30ac0d77623d03147ebefa447cf7
3
+ metadata.gz: 02abae6a83c3d606737a831ddb3c70776edf4dddb8ab10b89ce222f35b115d18
4
+ data.tar.gz: c1b335eac9a42197938efee09d4fd5c42e6c3736bd1fc9ef5b34c0e5c9b25d6a
5
5
  SHA512:
6
- metadata.gz: 911f3b34aa83c147c8f5f2191e69cc6e328b7b7ce5f41c21af34368ceddd76ff4fcacfb607b86628207159889198a22a926878355a0b7e9ec609ff652f9b2d41
7
- data.tar.gz: 5e25f601585c65eb347a025270257e5cdc5c7afd1a3ac9605596ff3b885536631dd7920fc50e0711fd23fbab1454c4d937531f47f4e2c1c025b9efbef36796c4
6
+ metadata.gz: 99b015887629a8de7b36434af36e7d5e06cc3936bc25c45dd8da3f8ca667f69a2c25b7a30cb82c863c14df3b7d63f0496a2a4d6d3bcbeb04a1cc54d68482c51e
7
+ data.tar.gz: 0e4af14714f09087003605b91baa0c139161701ff7d29d96cdf052dc3d957c487692ed3d6dafa3ffad5afebcddfbaf18bd50275651b242995457980ba6dc4097
@@ -1,10 +1,13 @@
1
1
  <div class="footer">
2
- <hr />
2
+ <hr />
3
3
 
4
4
  <span>
5
5
  <a href="{{ site.baseurl }}/" class="phantom">Home</a> ・
6
6
  <a href="{{ site.baseurl }}{{ site.author_about }}" class="phantom">About</a> ・
7
7
  <a href="{{ site.baseurl }}/feed.xml" class="phantom">XML Feed</a></span>
8
- <span class="block">{{ site.title }}</span>
9
- <span>{{ site.time | date: '%Y' }}</span>
8
+ <span class="block">{{ site.title }} &copy; {{ site.time | date: '%Y' }}</span>
9
+ <span>
10
+ Powered by <a href="https://jekyllrb.com/" class="phantom">Jekyll</a>
11
+ and
12
+ <a href="https://github.com/claudiuconstantin/forest-time-jekyll" class="phantom">Forest Time</a></span>
10
13
  </div>
@@ -6,7 +6,7 @@
6
6
  {% endif %}
7
7
 
8
8
  <a href="{{ site.baseurl }}/">
9
- <img src="{{site.baseurl}}/{{ site.brandingFolder }}/avatar.jpg">
9
+ <img src="{{ site.baseurl }}{{ site.brandingFolder }}/avatar.jpg">
10
10
  </a>
11
11
  <span class="logo-prompt">{{ prompt }}</span>
12
12
  </aside>
@@ -544,8 +544,7 @@ article .c-post-header {
544
544
 
545
545
  a.phantom {
546
546
  color: $gray;
547
- text-decoration: none;
548
- font-weight: 400;
547
+ font-weight: 500;
549
548
 
550
549
  &:hover {
551
550
  color: $gray;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest-time-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudiu Constantin