Skip to content

Commit

Permalink
Update CFP
Browse files Browse the repository at this point in the history
Remove from main menu
Add button in greeting
  • Loading branch information
splattater committed Dec 4, 2023
1 parent 48cd84b commit ece318b
Showing 1 changed file with 4 additions and 0 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

0 comments on commit ece318b

Please sign in to comment.