jekyll-theme-hydeout 5.0.0 → 5.0.1

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: 1e8f702cad0501ed940c0911c63a6558807a2c7dccd80f40b91a1f627c024b39
4
- data.tar.gz: 93ee92446ac990c8aaa22cb9502f1dba57ecd439d7f6bc9a5ed6099c5a11f93e
3
+ metadata.gz: cc31b301cc0300603e269b68d213ead21cf72261ca7711f854f38bda0cdecd91
4
+ data.tar.gz: e69952f84da4071ec1bc786979d1653d3c5cb717817dd6edba979f0b2d16f0b1
5
5
  SHA512:
6
- metadata.gz: 56341799feed1e54f7c9c95f1be75606bb742055738b22be2f736ce63bbcc0c86b7dae9114990d57e98d87a5ee0a8e9936badd28df7e4c633751f4e6531028d9
7
- data.tar.gz: 967cdd06ae822ae0c74a87950f74efb2851af9dbdad517d7daf549eea53d0bdf78158f6c2627369f158846462fe11714e82a708ffdaa7c961abadd2927aa63db
6
+ metadata.gz: c969300d27c492dbecf343240e0f6b049400d32b76e60b8fecb23ae5e4bcc0dbf0cdb8c3f9d08b97111b92e7851509da1f508dc98ef3bac1a99b5dc0b47fdda0
7
+ data.tar.gz: de041d221aea07a5f653fa7b791b8e5190c510db47610a6d859f839732c1e68d105665826eec7e0387017b66326948ef850f8208f947837dcdbe00e913df8dcc
data/LICENSE.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Copyright (c) 2013 Mark Otto.
4
4
 
5
- Copyright (c) 2017 Andrew Fong.
5
+ Copyright (c) 2017 Andrew Fong and additional contributors (https://github.com/fongandrew/hydeout/graphs/contributors)
6
6
 
7
7
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8
8
 
@@ -1,6 +1,10 @@
1
- {% assign back_page = site.pages | find: "name", page.back_page %}
1
+ {% if page.back_page %}
2
+
3
+ {% assign back_page = site.pages | where: "name", page.back_page | first %}
2
4
  {% if back_page != null %}
3
5
  <p class="back-link">
4
6
  <a href="{{ back_page.url | relative_url }}"><span class="back-arrow icon">{% include svg/back-arrow.svg %}</span>{{ back_page.short_title | default: back_page.title }}</a>
5
7
  </p>
6
8
  {% endif %}
9
+
10
+ {% endif %}
@@ -128,4 +128,9 @@ input[type='submit'] {
128
128
  left: 0;
129
129
  width: 100%;
130
130
  height: 100%;
131
- }
131
+ }
132
+
133
+ .emoji {
134
+ display: initial;
135
+ margin: initial;
136
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-hydeout
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Fong
@@ -71,6 +71,34 @@ dependencies:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0.17'
74
+ - !ruby/object:Gem::Dependency
75
+ name: jekyll-include-cache
76
+ requirement: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - "~>"
79
+ - !ruby/object:Gem::Version
80
+ version: '0.2'
81
+ type: :runtime
82
+ prerelease: false
83
+ version_requirements: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - "~>"
86
+ - !ruby/object:Gem::Version
87
+ version: '0.2'
88
+ - !ruby/object:Gem::Dependency
89
+ name: jemoji
90
+ requirement: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - "~>"
93
+ - !ruby/object:Gem::Version
94
+ version: '0.13'
95
+ type: :runtime
96
+ prerelease: false
97
+ version_requirements: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - "~>"
100
+ - !ruby/object:Gem::Version
101
+ version: '0.13'
74
102
  - !ruby/object:Gem::Dependency
75
103
  name: bundler
76
104
  requirement: !ruby/object:Gem::Requirement