mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 04:31: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 >
|
||||
<div class="clearfix"></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 %}
|
||||
{% if autor.twitter != null %}
|
||||
<a href="{{ autor.twitter }}" target="_blank">
|
||||
|
@ -45,6 +38,13 @@
|
|||
</a>
|
||||
{% endif %}
|
||||
{% 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>
|
||||
<p class="bio" style="background-color: rgba(0, 0, 0, 0.3); height: auto;" >
|
||||
{{ article.details }}
|
||||
|
|
Loading…
Reference in a new issue