last touches
This commit is contained in:
parent
49071fb9d8
commit
cde5755238
11 changed files with 184 additions and 108 deletions
30
artists.html
30
artists.html
|
|
@ -18,22 +18,24 @@ permalink: /artists/
|
|||
<div class="row">
|
||||
{% endif %}
|
||||
|
||||
<div class="dark_bg col-md-3">
|
||||
<a href={{post.url}}>
|
||||
<div class="col-md-3 artist-thumb">
|
||||
|
||||
<div class="artist-media">
|
||||
{% if {{talk.media_artist_url}} %}
|
||||
<img src={{talk.media_artist_url}}></img>
|
||||
{% else %}
|
||||
<img src="/assets/no_artist_media.png"></img>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="talk-detail">
|
||||
<h4>{{talk.artist}}</h4>
|
||||
<!-- <a class="button hvr-sweep-to-top" href={{post.url}}>#{{post.number}}</a> -->
|
||||
</div>
|
||||
|
||||
<div class="artist-media">
|
||||
{% if {{talk.media_artist_url}} %}
|
||||
<img src={{talk.media_artist_url}}></img>
|
||||
{% else %}
|
||||
<img src="/assets/no_artist_media.png"></img>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="talk-detail">
|
||||
<h4>{{talk.artist}}</h4>
|
||||
<a class="button hvr-sweep-to-top" href={{post.url}}>#{{post.number}}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</a>
|
||||
|
||||
{% capture counter %}{{ counter | plus:'1' }}{% endcapture %} {% if counter == '4' %} {% capture counter %}{{ '0' }}{% endcapture %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue