mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 20:51:22 +01:00
Ajustes de estilo del listado de artículos candidatos
This commit is contained in:
parent
a72b27a18e
commit
ca655e3eb9
1 changed files with 7 additions and 7 deletions
|
@ -29,13 +29,6 @@
|
||||||
</p >
|
</p >
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
</div>
|
</div>
|
||||||
{% if article.link != null %}
|
|
||||||
<a href="{{ article.link }}" target="_blank">
|
|
||||||
<svg class="icon icon-site" viewBox="0 0 30 32">
|
|
||||||
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-site"></use>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
{% endif %}
|
|
||||||
{% for autor in article.autores %}
|
{% for autor in article.autores %}
|
||||||
{% if autor.twitter != null %}
|
{% if autor.twitter != null %}
|
||||||
<a href="{{ autor.twitter }}" target="_blank">
|
<a href="{{ autor.twitter }}" target="_blank">
|
||||||
|
@ -45,6 +38,13 @@
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% if article.link != null %}
|
||||||
|
<a href="{{ article.link }}" target="_blank">
|
||||||
|
<svg class="icon icon-site" viewBox="0 0 30 32">
|
||||||
|
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-site"></use>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
</figcaption>
|
</figcaption>
|
||||||
<p class="bio" style="background-color: rgba(0, 0, 0, 0.3); height: auto;" >
|
<p class="bio" style="background-color: rgba(0, 0, 0, 0.3); height: auto;" >
|
||||||
{{ article.details }}
|
{{ article.details }}
|
||||||
|
|
Loading…
Reference in a new issue