Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 4c359da

Browse files
committed
spotify link
1 parent 5b021af commit 4c359da

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

src/_data/site.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ social:
7979
patreon:
8080
name: Patreon
8181
url: 'https://www.patreon.com/fevr'
82+
spotify:
83+
name: Spotify
84+
url: https://open.spotify.com/show/24e51pmI7X0UXfIgRQiyMX
8285

8386
team:
8487
- name: 'Matteo Guidotto'

src/_includes/event-content.njk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@
5454
>
5555
</li>
5656
{% endif %}
57+
{% if event.spotifypodcast %}
58+
<li>
59+
<a href="{{event.spotifypodcast}}" class="btn btn-primary" target="_blank"
60+
>Podcast evento</a
61+
>
62+
</li>
63+
{% endif %}
5764
{% if event.slides %}
5865
{%- for slide in event.slides %}
5966
<li>

src/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ isHome: true
2626
<a href="{{site.social.facebook.url}}" target="_blank" class="btn blue-btn">Facebook</a>
2727
<a href="{{site.social.slack.url}}" target="_blank" class="btn red-btn">Slack</a>
2828
<a href="{{site.social.twitter.url}}" target="_blank" class="btn blue-btn">Twitter</a>
29-
<a href="{{site.social.patreon.url}}" target="_blank" class="btn red-btn">Patreon</a>
29+
<a href="{{site.social.spotify.url}}" target="_blank" class="btn red-btn">Spotify</a>
3030

3131
</p>
3232
</div>

static/admin/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ collections:
6767
name: facebooklive
6868
label: Link Live Facebook
6969
required: false
70+
- widget: string
71+
name: spotifypodcast
72+
label: Link Episodio Podcast Spotify
73+
required: false
7074
- widget: string
7175
name: foto
7276
label: Link Foto

0 commit comments

Comments
 (0)