naming convention

This commit is contained in:
Set Hallstrom 2019-03-19 16:33:17 +01:00
parent b20d98d1b9
commit 91af51ea1d
34 changed files with 45 additions and 45 deletions

View file

@ -32,7 +32,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.cover }}" title="{{ post.title }}" alt="{{ post.title }}" />
<img class="recordthumbs" src="{{ base }}/assets/img/thumb/{{ 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>