Table of Contents
Previous: Add Disqus Comments and Google Analytics
Tutorial 13
This tutorial…
Revise _partials/post.html.haml
.post-body
- if page.listing
%p=page.post.excerpt || summarize(html_to_text(page.post.content), 100)
%p
%a.small.secondary.button{:href=>post_url} Read more...
- else
=page.post.content