From 245bbd3701c534a47b99222f1a5e8564b1e105b0 Mon Sep 17 00:00:00 2001 From: Jacek Lebioda <jacek.lebioda@uni.lu> Date: Wed, 3 Jul 2019 14:50:52 +0200 Subject: [PATCH] Paginated layout has correct ellipsis and horizontal line --- _layouts/paginated.html | 3 ++- elixir-theme.gemspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_layouts/paginated.html b/_layouts/paginated.html index 97af331..0e4b971 100644 --- a/_layouts/paginated.html +++ b/_layouts/paginated.html @@ -12,6 +12,7 @@ layout: default <h1> ELIXIR.LU news </h1> + <hr /> </header> {% for post in paginator.posts %} @@ -19,7 +20,7 @@ layout: default <a class="post-title" href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> <div class="content"> - {{ post.content | truncate: 150 }}... + {{ post.content | truncate: 150 }} </div> <span class="post-date">Published on: {{ post.date | date: '%B %d, %Y' }}</span> diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index 4417017..4341833 100644 --- a/elixir-theme.gemspec +++ b/elixir-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "elixir-theme" - spec.version = "0.1.35" + spec.version = "0.1.36" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"] -- GitLab