Make CFP text configurable

This commit is contained in:
Oliver Davies 2024-12-07 17:42:19 +00:00
parent 5feeccb110
commit 243402e4db
2 changed files with 10 additions and 1 deletions

View file

@ -6,4 +6,7 @@ subtitle: A conference about the Sculpin static site generator.
# Insert your disqus shortname
#disqus:
# shortname:
# shortname:
cfp:
open: true

View file

@ -3,3 +3,9 @@ title: Welcome to SculpinCon!
---
<h1>{{ page.title }}</h1>
{% if site.cfp.open %}
<p>Please submit to our call for papers!</p>
{% else %}
<p>Our call for papers is now closed.</p>
{% endif %}