From 5fb02ef2dff48928e7684259d127c8bb605e03c6 Mon Sep 17 00:00:00 2001 From: ccostan Date: Fri, 16 Mar 2018 16:26:56 -0400 Subject: [PATCH] Minor Edit --- config/script/tweet.yaml | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index bcacdc2b..7eddc4bf 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -80,39 +80,57 @@ tweet_engine_setup: {%- macro image(topic) -%} {% set images = { "minecraft": [ - "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png" + "/config/www/custom_ui/floorplan/images/branding/repo_ad.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png" ], "solar": [ - "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png" + "/config/www/custom_ui/floorplan/images/branding/repo_ad.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png" ], "robot": [ - "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png" + "/config/www/custom_ui/floorplan/images/branding/repo_ad.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png" ], "door": [ - "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png" + "/config/www/custom_ui/floorplan/images/branding/repo_ad.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png" ], "weather": [ - "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png" + "/config/www/custom_ui/floorplan/images/branding/repo_ad.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png" ], "internet": [ - "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png" + "/config/www/custom_ui/floorplan/images/branding/repo_ad.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png" ], "stocks": [ - "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png" + "/config/www/custom_ui/floorplan/images/branding/repo_ad.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png" ], "night": [ - "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png" + "/config/www/custom_ui/floorplan/images/branding/repo_ad.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png" ], "tv": [ - "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png" + "/config/www/custom_ui/floorplan/images/branding/repo_ad.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", + "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png" ] } %}