2024-12-07 17:39:31 +00:00
|
|
|
---
|
|
|
|
title: Welcome to SculpinCon!
|
|
|
|
---
|
|
|
|
|
|
|
|
<h1>{{ page.title }}</h1>
|
2024-12-07 17:42:19 +00:00
|
|
|
|
2024-12-07 17:51:00 +00:00
|
|
|
{# Show the "submit to our CFP" text if the current date is before the closing date. #}
|
|
|
|
{% if 'today'|date('U') < site.cfp.close_date %}
|
2024-12-07 17:42:19 +00:00
|
|
|
<p>Please submit to our call for papers!</p>
|
|
|
|
{% else %}
|
|
|
|
<p>Our call for papers is now closed.</p>
|
|
|
|
{% endif %}
|