Actualización del listado de artículos candidatos

This commit is contained in:
alay 2017-12-03 18:57:39 +01:00
parent ec8de57da5
commit 766e0fb7fa
2 changed files with 20 additions and 14 deletions

View file

@ -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 -->