Make CFP text configurable
This commit is contained in:
parent
5feeccb110
commit
243402e4db
|
@ -6,4 +6,7 @@ subtitle: A conference about the Sculpin static site generator.
|
|||
|
||||
# Insert your disqus shortname
|
||||
#disqus:
|
||||
# shortname:
|
||||
# shortname:
|
||||
|
||||
cfp:
|
||||
open: true
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue