Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 850666c

Browse files
committed
Convert casing to match normal options
Signed-off-by: Reece Dunham <[email protected]>
1 parent c9c8732 commit 850666c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
picklecore (0.16.5)
4+
picklecore (0.17.0)
55
jekyll (>= 3.5, < 5)
66
jekyll-default-layout (= 0.1.4)
77
jekyll-relative-links (= 0.6.1)

_includes/metadata/metadata.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
{% if site.browserconfigxml %}
2424
<meta name="msapplication-config" content="{{ site.browserconfigxml }}">
2525
{% endif %}
26-
{% if site.license-page %}
27-
<link rel="license" href="{{ site.license-page }}">
26+
{% if site.license_page %}
27+
<link rel="license" href="{{ site.license_page }}">
2828
{% endif %}
2929
{% if site.author or page.author %}
3030
{% if site.author %}

picklecore.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "picklecore".freeze
5-
spec.version = "0.16.5"
5+
spec.version = "0.17.0"
66
spec.authors = ["Reece Dunham".freeze, "Param Thakkar".freeze]
77
spec.email = ["[email protected]".freeze]
88
spec.summary = "A Jekyll theme built to create personal and small websites, but can easily scale!".freeze

0 commit comments

Comments
 (0)