summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO14
-rw-r--r--app/posts/templates/posts/src_list.html2
2 files changed, 10 insertions, 6 deletions
diff --git a/TODO b/TODO
index 7835f0c..8dccff4 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,14 @@
-- port jrnl to posts ---DONE
- - port comments ---DONE
-- take guides out of main menu, they're not good enough yet. ---DONE
-- Shift build tools for Jrnl to Posts
-- Figure out how to handle homepage
+- improve guides
+## Members
+
+Monthly $14/Yearly $120/lifetime $1400
+free digital book that year, along with supplemental stories
+access to members-only mailing list
+live stream Q&As
+chances to hang out when I am near your town
+
## Notes:
diff --git a/app/posts/templates/posts/src_list.html b/app/posts/templates/posts/src_list.html
index b060421..21a8c4e 100644
--- a/app/posts/templates/posts/src_list.html
+++ b/app/posts/templates/posts/src_list.html
@@ -19,7 +19,7 @@
<span class="date dt-published">{{object.pub_date|date:"F Y"}}</span>
<a href="{{object.get_absolute_url}}">
<h2>{{object.title|safe|smartypants|widont}}</h2>
- <p class="p-summary">{% if object.subtitle %}{{object.subtitle}}{%else}{{object.meta_description|safe|smartypants|widont}}{%endif%}</p>
+ <p class="p-summary">{% if object.subtitle %}{{object.subtitle}}{%else%}{{object.meta_description|safe|smartypants|widont}}{%endif%}</p>
</a>
</li>
{%endif%}{%endfor%}</ul>