Skip to content

Commit

Permalink
Add a dataweek cfp page.
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater committed Sep 8, 2023
1 parent 647033b commit f73cc7b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cfp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: basic
---

{% assign rootResource = site.rootResource | rdf_get %}

{% include strings.html %}
{% assign cfp = rootResource | rdf_property: "or:Cfp" %}
<div class="content-header">
<h1>{{ cfp | rdf_property: "rdfs:label", site.language }}</h1>
</div>
<div>
<ul>
<p>{{ cfp | rdf_property: "dct:description", site.language | markdownify }}</p>
</ul>
</div>

0 comments on commit f73cc7b

Please sign in to comment.