1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 01:58:50 +02:00

goodie action grid fix

This commit is contained in:
Matthias Kretschmann 2015-08-19 01:36:08 +02:00
parent f55e3d9783
commit ffad908c1f

View File

@ -72,9 +72,9 @@
{% endif %}
{% if post.categories contains "goodies" and page.path contains "goodies" %}
<footer class="goodie-actions">
<footer class="goodie-actions grid grid--gutters grid--full grid-small--fit">
<p class="info col3">
<p class="info grid__col">
<a class="btn icon icon-info" href="{{ post.url }}">
<svg class="icon icon-entypo icon-entypo-info-with-circle">
<use xlink:href="/assets/img/sprite.svg#entypo-info-with-circle"></use>
@ -84,7 +84,7 @@
</p>
{% if post.download %}
<p class="download col3">
<p class="download grid__col">
<a class="btn" href="/media/{{ post.download }}">
<svg class="icon icon-entypo icon-entypo-arrow-with-circle-down">
<use xlink:href="/assets/img/sprite.svg#entypo-arrow-with-circle-down"></use>