mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Actualización del listado de artículos candidatos
This commit is contained in:
parent
ec8de57da5
commit
766e0fb7fa
2 changed files with 20 additions and 14 deletions
|
@ -16,12 +16,13 @@
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<div id="DondeCruzanCaminos" class="aplayer" style="margin-top: 40px;"></div>
|
||||
{% endif %}
|
||||
<figcaption style="height: 70px;">
|
||||
<div class="col-md-8 col-xs-8 text-left">
|
||||
<h2 class="name">
|
||||
<a href="{{ article.link }}" target="_blank" style="color: #333;text-shadow: 1px 1px 3px white;">
|
||||
{{ article.title | truncatewords: 7 }}
|
||||
{{ article.title | truncatewords: 6 }}
|
||||
</a>
|
||||
</h2>
|
||||
<p class="name">
|
||||
|
@ -50,13 +51,15 @@
|
|||
</figcaption>
|
||||
<p class="bio" style="background-color: rgba(0, 0, 0, 0.3); height: auto;" >
|
||||
{{ article.details }}
|
||||
</p>
|
||||
</p>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/aplayer"></script>
|
||||
<script src="../js/audiolist.js"></script>
|
||||
</section>
|
||||
|
||||
<!-- End articles List -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue