Fix email protocol - Change to use svg logo
This commit is contained in:
parent
6dcd3ed0c9
commit
d93767abdd
51 changed files with 36 additions and 80 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="{{ protocol }}://{{ domain }}{{static('icons/logo.png')}}" alt="{{site_name}}" style="max-width: 150px;">
|
||||
<img src="{{ DMOJ_SCHEME }}://{{ 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…
Add table
Add a link
Reference in a new issue