Make CFP text configurable
This commit is contained in:
parent
5feeccb110
commit
243402e4db
|
@ -7,3 +7,6 @@ subtitle: A conference about the Sculpin static site generator.
|
||||||
# Insert your disqus shortname
|
# Insert your disqus shortname
|
||||||
#disqus:
|
#disqus:
|
||||||
# shortname:
|
# shortname:
|
||||||
|
|
||||||
|
cfp:
|
||||||
|
open: true
|
||||||
|
|
|
@ -3,3 +3,9 @@ title: Welcome to SculpinCon!
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>{{ page.title }}</h1>
|
<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