Skip to content

Commit

Permalink
Remove pre-event link from homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater committed Jan 17, 2025
1 parent d6f92a9 commit 126124c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _includes/sections/greeting.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{% include strings.html %}
{% assign rootResource = site.rootResource | rdf_get %}
{% assign cfpResource = "dw25:cfp" | rdf_get %}
{% assign warmupResource = "dw25:warm-up/" | rdf_get %}
<aside class="page-hero">
<div class="page-hero-text">
<h1>
{{str_greeting}}<br/>
</h1>
<p>
<a class="btn2" href="{{ cfpResource.render_path | relativize_url }}" style="color: white; border-color: white">{{ cfpResource | rdf_property: "rdfs:label", site.language }}</a>
<a class="btn2" href="{{ warmupResource.render_path | relativize_url }}" style="color: white; border-color: white">Pre-Event</a>
</p>
</div>
<figure>
Expand Down

0 comments on commit 126124c

Please sign in to comment.