diff --git a/Gemfile.lock b/Gemfile.lock index a6ce7273..028649c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jekyll-theme-conference (3.1.2) + jekyll-theme-conference (3.1.3) jekyll (~> 4.0) GEM diff --git a/_layouts/page.html b/_layouts/page.html index 8d5ff6a4..9ed47a14 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,5 +1,9 @@ {% include partials/header.html %} +{% if page.title -%} +

{{ page.title }}

+{%- endif %} + {{ content }} {% include partials/footer.html %} diff --git a/jekyll-theme-conference.gemspec b/jekyll-theme-conference.gemspec index e0ea9a04..4179407e 100644 --- a/jekyll-theme-conference.gemspec +++ b/jekyll-theme-conference.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-conference" - spec.version = "3.1.2" + spec.version = "3.1.3" spec.authors = ["Lorenz Schmid"] spec.email = ["lorenzschmid@users.noreply.github.com"]