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

@ -83,7 +83,7 @@ thumb: intro_loop_.png
<div class="records">
<h1>Highlights</h1>
{% for page in site.categories.highlights offset: 0 limit: 1 %}
<a href="{{ base }}{{ page.url }}" title="{{ page.title }}"><div class="highlights" style="background-image: url('{{ base }}/assets/img/thumb/{{ page.cover }}')">
<a href="{{ base }}{{ page.url }}" title="{{ page.title }}"><div class="highlights" style="background-image: url('{{ base }}/assets/img/thumb/{{ page.image }}')">
</div><h3>{{ page.title }} </h3></a>
<p>Highlights are things we think you want to discover. Tracks, articles, videos, interviews and reviews, curated but also original content. They are delivered to you daily. Here or via RSS.</p>
{% endfor %}