From 9362615f5d76323e82a158ba23b0708b39ac5209 Mon Sep 17 00:00:00 2001 From: Jacek Lebioda <jacek.lebioda@uni.lu> Date: Wed, 7 Aug 2019 17:05:52 +0200 Subject: [PATCH] Added a line break after post's title --- _layouts/index.html | 2 +- elixir-theme.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/index.html b/_layouts/index.html index 8bcb4a5..789dbbb 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -60,7 +60,7 @@ layout: default {% for post in paginator.posts %} <div class="post"> <a class="post-title" href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> - + <br /> <span class="post-date">Published on: {{ post.date | date: '%B %d, %Y' }}</span> <div class="content"> diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index f080504..186d46d 100644 --- a/elixir-theme.gemspec +++ b/elixir-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-elixir-theme" - spec.version = "0.6.5" + spec.version = "0.6.6" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"] -- GitLab