mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
Arreglado enlace desde botón a ponentes
This commit is contained in:
parent
f559cc9ff2
commit
a5fc8fd206
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue