killing thumbnail madness
This commit is contained in:
parent
b2a2e6246f
commit
d0075554f9
30 changed files with 30 additions and 101 deletions
|
|
@ -82,7 +82,7 @@ poster_image: /assets/vid/intro_loop_.jpg
|
|||
<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.image }}')">
|
||||
<a href="{{ base }}{{ page.url }}" title="{{ page.title }}"><div class="highlights" style="background-image: url('{{ base }}{{ 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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue