Skip to content

Commit

Permalink
Merge pull request #333 from AKSW/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater authored Dec 4, 2023
2 parents 36dd974 + 58ee0b3 commit b7d75bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions _includes/sections/greeting.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{% include strings.html %}
{% assign rootResource = site.rootResource | rdf_get %}
{% assign programResource = "dw24:program" | rdf_get %}
{% assign cfpRessource = "dw24:cfp" | rdf_get %}
<aside class="page-hero">
<div class="page-hero-text">
<h1>
{{str_greeting}}<br/>
</h1>
<p>
<a class="btn2" href="{{ cfpRessource.render_path | relativize_url }}" style="color: white; border-color: white">CfP {{ cfpResource | rdf_property: "rdfs:label", site.language }}</a>
</p>
</div>
<figure>
{%- assign size_array = "480 800 1200 1600 1980" | split: " " -%}
Expand Down
9 changes: 4 additions & 5 deletions graph.nt
Original file line number Diff line number Diff line change
Expand Up @@ -2625,11 +2625,10 @@
<https://2024.dataweek.de/FooterMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> <https://2024.dataweek.de/datenschutz/> .
<https://2024.dataweek.de/FooterMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> <https://2024.dataweek.de/contact/> .
<https://2024.dataweek.de/FooterMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://ns.ontowiki.net/SysOnt/Site/Navigation> .
<https://2024.dataweek.de/MainMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <https://2024.dataweek.de/cfp> .
<https://2024.dataweek.de/MainMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> <https://2024.dataweek.de/tracks> .
<https://2024.dataweek.de/MainMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> <https://2024.dataweek.de/news> .
<https://2024.dataweek.de/MainMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_4> <https://2024.dataweek.de/sponsoring> .
<https://2024.dataweek.de/MainMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_5> <https://2024.dataweek.de/venue/> .
<https://2024.dataweek.de/MainMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <https://2024.dataweek.de/tracks> .
<https://2024.dataweek.de/MainMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> <https://2024.dataweek.de/news> .
<https://2024.dataweek.de/MainMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> <https://2024.dataweek.de/sponsoring> .
<https://2024.dataweek.de/MainMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_4> <https://2024.dataweek.de/venue/> .
<https://2024.dataweek.de/MainMenu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://ns.ontowiki.net/SysOnt/Site/Navigation> .
<https://2024.dataweek.de/MainMenu> <http://xmlns.com/foaf/0.1/primaryTopic> <https://2024.dataweek.de/> .
<https://2024.dataweek.de/News1> <http://purl.org/dc/terms/date> "2023-09-11T07:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
Expand Down
2 changes: 1 addition & 1 deletion graph.nt.source
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[email protected]:AKSW/leipzig.dataweek.de-model.git
e41400c5d98e387796652b3617a4f1b28bf1db98
1b61846a403e4dc4c6b62c91aaae149981339114

0 comments on commit b7d75bb

Please sign in to comment.