Update update text

This commit is contained in:
Oliver Davies 2019-03-20 23:41:55 +00:00
parent d48908d671
commit 431c2c2ec4
2 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1,3 @@
<div class="tw-bg-black tw-font-bold tw-text-lg tw-text-white tw-text-center tw-p-4 tw-uppercase">
{{ page.update_text }}
</div>

View file

@ -3,6 +3,7 @@ papercall:
url: https://www.papercall.io/drupalcamp-bristol-2019
twitter:
url: https://twitter.com/drupalcampbris
update_text: Session submissions are now open!
---
<!DOCTYPE html>
<html class="tw-h-full" lang="en" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# ">
@ -44,9 +45,9 @@ twitter:
</div>
<div>
<div class="tw-bg-black tw-font-bold tw-text-lg tw-text-white tw-text-center tw-p-4 tw-uppercase">
Thanks to all previous speakers, sponsors and attendees. See you in 2019!
</div>
{% if page.update_text %}
{% include 'update-text' %}
{% endif %}
{% include 'footer' %}
</div>