NewsBlur/templates/mail/email_first_share_to_blurblog.xhtml

10 lines
1.1 KiB
HTML
Raw Normal View History

{% extends "mail/email_base.xhtml" %}
{% block body %}
2014-05-29 12:19:13 -07:00
<p style="font-size: 24px; color:#555555; margin-top: 18px;margin-bottom: 10px;padding-top:6px;">Your shared story is now on your Blurblog</p>
<p style="line-height: 20px;">You can view your Blurblog here: {{ blurblog_url }}</p>
<p style="line-height: 20px;">Your Blurblog also has an RSS feed: {{ blurblog_rss }}</p>
<p style="line-height: 20px;">{% if shared_stories > 1 %}You've already shared {{ shared_stories }} stories, but you may not have known that your shared stories are on your Blurblog.{% else %}You just shared your first story on NewsBlur. All of your shared stories are available on your Blurblog.{% endif %}</p>
<p style="line-height: 20px;">This is a personal website made for you that you can customize. You can also share out links to your blurblog, where friends and followers can reply and re-share your stories.</p>
<p style="line-height: 20px;">Blurblogs were built so you would have a way to share stories with people who aren't on NewsBlur and don't want to load the entire reader just to read and comment on your shared stories.</p>
{% endblock %}