killing darlings

This commit is contained in:
Set Hallstrom 2019-04-02 01:08:03 +02:00
parent d0075554f9
commit 7b147796c5
5 changed files with 19 additions and 19 deletions

View file

@ -9,7 +9,7 @@ permalink: /highlights/
pagination:
enabled: true
category: highlights
per_page: 14
per_page: 8
title: 'Highlight page :num of :max'
limit: 0
sort_field: 'date'
@ -31,7 +31,7 @@ pagination:
{% for post in paginator.posts %}
<div class="records" style="border-bottom: solid 1px #f4ffe8;">
<a href="{{ base }}{{ post.url }}">
<img class="recordthumbs" src="{{ base }}/assets/img/thumb/{{ post.image }}" title="{{ post.title }}" alt="{{ post.title }}" />
<img class="recordthumbs" src="{{ base }}{{ post.image }}" title="{{ post.title }}" alt="{{ post.title }}" />
<h3>{{ post.title}}</h3></a>
<p>{{ post.date | date: "%a, %b %d, %Y" }} </p>
<p>{{ post.description }} </p>