Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy develop to main #489

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading