Foto de portada retocada a más oscura + pequeños ajustes

This commit is contained in:
alay 2017-10-09 05:02:53 +02:00
parent 5514a05b09
commit a6eadcb5a4
5 changed files with 8 additions and 11 deletions

View file

@ -24,7 +24,7 @@
<a class="button" href="{{ ticketsOffer.buyButtonLink }}" target="_blank">{{ ticketsOffer.buyButtonText }}</a>
{% else %}
{% assign ticketValidFrom = ticketsOffer.validFrom | split: "T" %}
<span class="button disabled fallback">Ticket sales will begin on {{ ticketValidFrom[0] | date: "%-d %B %Y"}} {{ ticketValidFrom[1] }}</span>
<span class="button disabled fallback">El plazo de inscripción comienza el {{ ticketValidFrom[0] | date: "%-d %B %Y"}} {{ ticketValidFrom[1] }}</span>
{% endif %}
</div>
</div>