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

Paginated layout has correct ellipsis and horizontal line

parent 23de0baf
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -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>
......
......@@ -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"]
......
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