Fix email
This commit is contained in:
parent
d93767abdd
commit
0c4a49d446
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
<div style="max-width: 600px; margin: 0 auto; padding: 20px; background-color: #ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);">
|
||||
<div style="text-align: center; margin-bottom: 20px;">
|
||||
<img src="{{ DMOJ_SCHEME }}://{{ domain }}{{static('icons/logo.svg')}}" alt="{{site_name}}" style="max-width: 150px;">
|
||||
<img src="{{ protocol }}://{{ domain }}{{static('icons/logo.svg')}}" alt="{{site_name}}" style="max-width: 150px;">
|
||||
</div>
|
||||
<div style="margin-bottom: 20px; text-align: center;">
|
||||
<h2>{{title}}</h2>
|
||||
|
|
Loading…
Reference in a new issue