We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f92a9 commit 126124cCopy full SHA for 126124c
_includes/sections/greeting.html
@@ -1,15 +1,13 @@
1
{% include strings.html %}
2
{% assign rootResource = site.rootResource | rdf_get %}
3
{% assign cfpResource = "dw25:cfp" | rdf_get %}
4
-{% assign warmupResource = "dw25:warm-up/" | rdf_get %}
5
<aside class="page-hero">
6
<div class="page-hero-text">
7
<h1>
8
{{str_greeting}}<br/>
9
</h1>
10
<p>
11
<a class="btn2" href="{{ cfpResource.render_path | relativize_url }}" style="color: white; border-color: white">{{ cfpResource | rdf_property: "rdfs:label", site.language }}</a>
12
- <a class="btn2" href="{{ warmupResource.render_path | relativize_url }}" style="color: white; border-color: white">Pre-Event</a>
13
</p>
14
</div>
15
<figure>
0 commit comments