mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
12 lines
No EOL
1.1 KiB
HTML
12 lines
No EOL
1.1 KiB
HTML
{% extends "mail/email_base.xhtml" %}
|
|
|
|
{% block body %}
|
|
<h2 style="color: #282F33; font-size: 18px; font-weight: bold;">
|
|
Your shared story is now on your Blurblog.
|
|
</h2>
|
|
<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 %} |