Skip to content

Commit

Permalink
Add CfP button
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater committed Aug 1, 2024
1 parent 7606106 commit 8964428
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _includes/sections/greeting.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{% include strings.html %}
{% assign rootResource = site.rootResource | rdf_get %}
{% assign programResource = "dw25:program" | rdf_get %}
{% assign liveResource = "dw25:live" | rdf_get %}
{% assign cfpResource = "dw25:cfp" | rdf_get %}
<aside class="page-hero">
<div class="page-hero-text">
<h1>
{{str_greeting}}<br/>
</h1>
<p>
<a class="btn2 ripple" href="{{ cfpResource.render_path | relativize_url }}" style="color: white; border-color: white">{{ cfpResource | rdf_property: "rdfs:label", site.language }}</a>
</p>
</div>
<figure>
{%- assign size_array = "480 800 1200 1600 1980" | split: " " -%}
Expand Down

0 comments on commit 8964428

Please sign in to comment.