diff options
-rw-r--r-- | TODO | 14 | ||||
-rw-r--r-- | app/posts/templates/posts/src_list.html | 2 |
2 files changed, 10 insertions, 6 deletions
@@ -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> |