1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

fix guide images

This commit is contained in:
Matthias Kretschmann 2018-04-06 10:17:42 +02:00
parent 7853273970
commit 041ba7b2f8
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -12,7 +12,7 @@
{% for guide in guides limit: 4 %}
<div class="grid__col">
<article class="guide">
<a href="{{ guide.url }}" {% if guide.header %}style="background-image:url('/guides/{{ guide.header }}')" {% endif %}>
<a href="{{ guide.url }}" {% if guide.header %}style="background-image:url('/developers/guides/{{ guide.header }}')" {% endif %}>
<h1 class="guide__title">{{ guide.title }}</h1>
<p class="guide__tagline">{{ guide.tagline }}</p>
</a>