Update update text
This commit is contained in:
parent
d48908d671
commit
431c2c2ec4
3
source/_includes/update-text.html.twig
Normal file
3
source/_includes/update-text.html.twig
Normal 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>
|
|
@ -3,6 +3,7 @@ papercall:
|
||||||
url: https://www.papercall.io/drupalcamp-bristol-2019
|
url: https://www.papercall.io/drupalcamp-bristol-2019
|
||||||
twitter:
|
twitter:
|
||||||
url: https://twitter.com/drupalcampbris
|
url: https://twitter.com/drupalcampbris
|
||||||
|
update_text: Session submissions are now open!
|
||||||
---
|
---
|
||||||
<!DOCTYPE html>
|
<!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# ">
|
<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>
|
<div>
|
||||||
<div class="tw-bg-black tw-font-bold tw-text-lg tw-text-white tw-text-center tw-p-4 tw-uppercase">
|
{% if page.update_text %}
|
||||||
Thanks to all previous speakers, sponsors and attendees. See you in 2019!
|
{% include 'update-text' %}
|
||||||
</div>
|
{% endif %}
|
||||||
|
|
||||||
{% include 'footer' %}
|
{% include 'footer' %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue