Arreglado enlace desde botón a ponentes

This commit is contained in:
alay 2017-10-10 00:59:58 +02:00
parent f559cc9ff2
commit a5fc8fd206
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ rockstarSpeakersImage: "medialab_auditorio2_flickr.jpg"
rockstarSpeakersCount: 4
rockstarSpeakersTitle: "Expertos en datos abiertos"
rockstarSpeakersButtonText: "Ver todos los ponentes"
rockstarSpeakersButtonLink: "/ponentes"
rockstarSpeakersButtonLink: "/ponentes/"
# Location Block
locationBlockTitle: "Lugar"

View file

@ -6,7 +6,7 @@
<h3 id="rockstar-speaker-title">{{ site.rockstarSpeakersTitle }}</h3>
<div class="clearfix"></div>
<span class="bordered">
<a href="{{ site.baseurl }}/speakers/" class="bottom-section-link waves-effect waves-button waves-light">{{ site.rockstarSpeakersButtonText }}</a>
<a href="{{ site.baseurl }}/ponentes/" class="bottom-section-link waves-effect waves-button waves-light">{{ site.rockstarSpeakersButtonText }}</a>
</span>
</div>
</div>