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

Commit

Permalink
Convert casing to match normal options
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <[email protected]>
  • Loading branch information
RDIL committed Mar 16, 2020
1 parent c9c8732 commit 850666c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
picklecore (0.16.5)
picklecore (0.17.0)
jekyll (>= 3.5, < 5)
jekyll-default-layout (= 0.1.4)
jekyll-relative-links (= 0.6.1)
Expand Down
4 changes: 2 additions & 2 deletions _includes/metadata/metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
{% if site.browserconfigxml %}
<meta name="msapplication-config" content="{{ site.browserconfigxml }}">
{% endif %}
{% if site.license-page %}
<link rel="license" href="{{ site.license-page }}">
{% if site.license_page %}
<link rel="license" href="{{ site.license_page }}">
{% endif %}
{% if site.author or page.author %}
{% if site.author %}
Expand Down
2 changes: 1 addition & 1 deletion picklecore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 850666c

Please sign in to comment.