Fixed #646 issues. Misplaced apostaphes of course.
This commit is contained in:
parent
d4baf328f3
commit
f114c5dfa8
|
@ -231,7 +231,7 @@ tweet_engine_setup:
|
|||
{%- endmacro -%}
|
||||
|
||||
{% if pick == "joke" -%}
|
||||
{{ "\"/config/www/custom_ui/floorplan/images/branding/jokes/Tweet_" ~ range(1, 72) | random ~ ".png\"" }}
|
||||
{{ "/config/www/custom_ui/floorplan/images/branding/jokes/Tweet_" ~ range(1, 72) | random ~ ".png" }}
|
||||
{%- else -%}
|
||||
{{ image(pick) }}
|
||||
{%- endif -%}
|
||||
|
|
|
@ -214,5 +214,5 @@ tweet_youtube_engine_setup:
|
|||
{% if pick == "Throwback" -%}
|
||||
"/config/www/custom_ui/floorplan/images/youtube/throwback.png"
|
||||
{%- else -%}
|
||||
{{ "\"/config/www/custom_ui/floorplan/images/youtube/episodes/" ~ pick ~ ".png\"" }}
|
||||
{{ "/config/www/custom_ui/floorplan/images/youtube/episodes/" ~ pick ~ ".png" }}
|
||||
{%- endif -%}
|
||||
|
|
Loading…
Reference in New Issue