naming convention
This commit is contained in:
parent
b20d98d1b9
commit
91af51ea1d
34 changed files with 45 additions and 45 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue