commit fc876662642256fcc4caa66f131a23714237bc9d Author: hiro hiro@torproject.org Date: Wed Mar 24 16:35:42 2021 +0100
Edit slide template --- templates/blocks/slide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/blocks/slide.html b/templates/blocks/slide.html index 313ff23..b65f476 100644 --- a/templates/blocks/slide.html +++ b/templates/blocks/slide.html @@ -1,5 +1,5 @@ {% if this.slide-layout == 'title-slide' %} - <section class="title" data-background-color="white" {% if this.background- image %} data-background-image="{{ this.background-image|asseturl }}" {% endif %} data-background-position="right bottom" data-background-size="3em"> + <section class="title" data-background-color="white" {% if this.background-image %} data-background-image="{{ this.background-image|asseturl }}" {% endif %} data-background-position="right bottom" data-background-size="3em"> <h3>{{ this.title }}</h3> <hr class="dark" /> {% if this.subtitle %}