From e64cdb3f801f93c95b81a480df5927506801298f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 30 Mar 2017 23:32:18 -0500 Subject: [PATCH] Tweak mobile home page to leverage config for main image --- tailbone/templates/mobile/home.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailbone/templates/mobile/home.mako b/tailbone/templates/mobile/home.mako index 9d87d296..ebb0bda8 100644 --- a/tailbone/templates/mobile/home.mako +++ b/tailbone/templates/mobile/home.mako @@ -6,6 +6,6 @@ <%def name="page_title()">
- ${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo", width='400')} -

Welcome to Tailbone

+ ${h.image(image_url, "{} logo".format(capture(self.app_title)), id='logo', width=300)} +

Welcome to ${self.app_title()}