This repository was archived by the owner on May 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8386team :
8487 - name : ' Matteo Guidotto'
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments