Skip to content
Snippets Groups Projects
Commit 9362615f authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Added a line break after post's title

parent ccd8bae3
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment