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
b49c2e1578
commit
a72b27a18e
1 changed files with 13 additions and 11 deletions
|
@ -19,19 +19,12 @@
|
|||
{% endif %}
|
||||
<figcaption style="height: 70px;">
|
||||
<div class="col-md-8 col-xs-8 text-left">
|
||||
<h2 class="name" style="margin-top: 0; font-size: 1em;">
|
||||
{{ article.title }}
|
||||
<h2 class="name">
|
||||
{{ article.title | truncatewords: 7 }}
|
||||
</h2>
|
||||
<p class="name">
|
||||
{% for autor in article.autores %}
|
||||
{{autor.nombre}}
|
||||
{% if autor.twitter != null %}
|
||||
<a href="{{ autor.twitter }}" target="_blank">
|
||||
<svg class="icon icon-twitter" viewBox="0 0 30 32">
|
||||
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-twitter"></use>
|
||||
</svg>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</p >
|
||||
<div class="clearfix"></div>
|
||||
|
@ -43,6 +36,15 @@
|
|||
</svg>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% for autor in article.autores %}
|
||||
{% if autor.twitter != null %}
|
||||
<a href="{{ autor.twitter }}" target="_blank">
|
||||
<svg class="icon icon-twitter" viewBox="0 0 30 32">
|
||||
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-twitter"></use>
|
||||
</svg>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</figcaption>
|
||||
<p class="bio" style="background-color: rgba(0, 0, 0, 0.3); height: auto;" >
|
||||
{{ article.details }}
|
||||
|
|
Loading…
Reference in a new issue