Fixes #562 - Adds site link to email header.

This commit is contained in:
Anthony Mayer 2014-11-28 19:26:06 -08:00
parent 4b2326e105
commit d61e4311a3

View file

@ -106,11 +106,13 @@
<table border="0" width="600" cellpadding="0" cellspacing="0" class="container" bgcolor="#ffffff">
<tr>
<td class="heading-container">
<a href="{{siteUrl}}">
{{#if logoUrl}}
<img class="logo" src="{{logoUrl}}" height="{{logoHeight}}" width="{{logoWidth}}" alt="{{siteName}}"/>
{{else}}
{{siteName}}
{{/if}}
</a>
</td>
</tr>
<tr>