Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,22 @@ fieldLayouts:
userCondition: null
warning: null
width: 100
-
dateAdded: '2025-05-14T13:22:51+00:00'
elementCondition: null
fieldUid: f694fce1-48ca-4bfe-9fba-196195547a36 # URL field
handle: bluesky
includeInCards: false
instructions: null
label: Bluesky
providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
uid: ae81be66-aef4-469e-b65c-921b289609c2
userCondition: null
warning: null
width: 100
-
dateAdded: '2025-05-05T12:30:04+00:00'
elementCondition: null
Expand Down
2 changes: 1 addition & 1 deletion config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1746448354
dateModified: 1747228971
elementSources:
craft\elements\Entry:
-
Expand Down
1 change: 1 addition & 0 deletions tailoff/icons/bluesky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions templates/_site/_snippet/_content/_socialMedia.twig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
</a>
</li>
{% endif %}
{% if generalInfo.bluesky %}
<li class="">
<a href="{{ generalInfo.bluesky }}" aria-label="{{ 'Bekijk onze Bluesky pagina'|t }}" target="_blank" rel="noopener" class="inline-block text-primary hover:text-secondary nav__link--bluesky">
{{ icon('bluesky') }}
<span class="sr-only">{{ 'Bluesky'|t }}</span>
</a>
</li>
{% endif %}
{% if generalInfo.youtube %}
<li class="">
<a href="{{ generalInfo.youtube }}" aria-label="{{ 'Bekijk onze YouTube pagina'|t }}" target="_blank" rel="noopener" class="inline-block text-primary hover:text-secondary nav__link--youtube">
Expand Down