Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/_data/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ social:
url: 'https://speakerdeck.com/fevr'
patreon:
name: Patreon
icon: eur
url: 'https://www.patreon.com/fevr'
spotify:
name: Spotify
url: https://open.spotify.com/show/24e51pmI7X0UXfIgRQiyMX

team:
- name: 'Matteo Guidotto'
Expand Down
7 changes: 7 additions & 0 deletions src/_includes/event-content.njk
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
>
</li>
{% endif %}
{% if event.spotifypodcast %}
<li>
<a href="{{event.spotifypodcast}}" class="btn btn-primary" target="_blank"
>Podcast evento</a
>
</li>
{% endif %}
{% if event.slides %}
{%- for slide in event.slides %}
<li>
Expand Down
2 changes: 1 addition & 1 deletion src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ isHome: true
<a href="{{site.social.facebook.url}}" target="_blank" class="btn blue-btn">Facebook</a>
<a href="{{site.social.slack.url}}" target="_blank" class="btn red-btn">Slack</a>
<a href="{{site.social.twitter.url}}" target="_blank" class="btn blue-btn">Twitter</a>
<a href="{{site.social.patreon.url}}" target="_blank" class="btn red-btn">Patreon</a>
<a href="{{site.social.spotify.url}}" target="_blank" class="btn red-btn">Spotify</a>

</p>
</div>
Expand Down
4 changes: 4 additions & 0 deletions static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ collections:
name: facebooklive
label: Link Live Facebook
required: false
- widget: string
name: spotifypodcast
label: Link Episodio Podcast Spotify
required: false
- widget: string
name: foto
label: Link Foto
Expand Down