emailer subtitle markdown
This commit is contained in:
parent
a3dc48351d
commit
afb83c6ebe
|
@ -78,7 +78,7 @@
|
|||
{% endthumbnail %}
|
||||
{% endif %}
|
||||
<!-- <img src="/static/images/emailer/logo-erang.jpg" width="151" height="127" alt="theatre-image" style="display:block; border:1px solid #f7c00c; margin:0 auto;"> -->
|
||||
<p style="text-align:center; margin-top:10px; margin-bottom:10px; color:#888; font-family:Arial, Helvetica, sans-serif; font-size:12px;">{{ article.subtitle }}</p>
|
||||
<p style="text-align:center; margin-top:10px; margin-bottom:10px; color:#888; font-family:Arial, Helvetica, sans-serif; font-size:12px;">{{ article.subtitle|markdown }}</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
{% endthumbnail %}
|
||||
</div><!-- ARTICLE IMAGE CLOSING -->
|
||||
{% endif %}
|
||||
<div class="articleCaption">{{ article.subtitle }}</div><!-- ARTICLE CAPTION CLOSING -->
|
||||
<div class="articleCaption">{{ article.subtitle|markdown }}</div><!-- ARTICLE CAPTION CLOSING -->
|
||||
<div class="articleText">{{ article.text|insert_images_web:article.id|markdown }}</div>
|
||||
<div class="authorBio">{{ article.author_bio|markdown }}</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user