commit a69731623607031b0d23023473480014f92ec579 Author: hiro hiro@torproject.org Date: Wed Mar 24 16:15:50 2021 +0100
Edit model and block plus templates. Layout is maybe a reserved field? --- 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 e9434a1..25d9c23 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" data-background-image="{{ this.background-image|asseturl }}" data-background-position="right bottom" data-background-size="3em"> + <section class="title" data-background-color="white" data-background-position="right bottom" data-background-size="3em"> <h3>{{ this.title }}</h3> <hr class="dark" /> {% if this.subtitle %}
tor-commits@lists.torproject.org