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 rockstarSpeakersCount: 4
rockstarSpeakersTitle: "Expertos en datos abiertos" rockstarSpeakersTitle: "Expertos en datos abiertos"
rockstarSpeakersButtonText: "Ver todos los ponentes" rockstarSpeakersButtonText: "Ver todos los ponentes"
rockstarSpeakersButtonLink: "/ponentes" rockstarSpeakersButtonLink: "/ponentes/"
# Location Block # Location Block
locationBlockTitle: "Lugar" locationBlockTitle: "Lugar"

View file

@ -6,7 +6,7 @@
<h3 id="rockstar-speaker-title">{{ site.rockstarSpeakersTitle }}</h3> <h3 id="rockstar-speaker-title">{{ site.rockstarSpeakersTitle }}</h3>
<div class="clearfix"></div> <div class="clearfix"></div>
<span class="bordered"> <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> </span>
</div> </div>
</div> </div>