Skip to content

Commit

Permalink
Update image slider to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater committed May 3, 2024
1 parent 26ec3f7 commit 460c2f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _includes/components/slider.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% capture imageQuery %}
SELECT ?image ?description ?link
WHERE {
<https://2023.dataweek.de/> foaf:depiction ?image .
<https://2024.dataweek.de/> foaf:depiction ?image .
?image rdf:type foaf:Image ;
rdf:value ?link ;
dct:description ?description .
Expand All @@ -28,4 +28,3 @@
</div>
</div>
{% endif %}

0 comments on commit 460c2f0

Please sign in to comment.