Tweak mobile home page to leverage config for main image
This commit is contained in:
parent
a3d0966139
commit
e64cdb3f80
|
@ -6,6 +6,6 @@
|
||||||
<%def name="page_title()"></%def>
|
<%def name="page_title()"></%def>
|
||||||
|
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo", width='400')}
|
${h.image(image_url, "{} logo".format(capture(self.app_title)), id='logo', width=300)}
|
||||||
<h1>Welcome to Tailbone</h1>
|
<h3>Welcome to ${self.app_title()}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue