EmmanuelBeziat / emmanuelbeziat

💻 My website, basically. Blog / Portfolio / CV.
https://www.emmanuelbeziat.com/
MIT License
19 stars 4 forks source link

Feed Atom — description (excerpt) not working #7

Closed EmmanuelBeziat closed 8 years ago

EmmanuelBeziat commented 8 years ago
<% if (post.description) { %>
          <%= post.description %>
<% } else if (post.excerpt) { %>
          <%= post.excerpt %>
<% } else if (post.content) { %>
          <%= post.content %>
<% } else { %>
          No summary
<% } %>

No summary is always the result, even if post.description or another exists.

EmmanuelBeziat commented 8 years ago

Same problem with title