Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images don't show #4

Closed
smsm1 opened this issue Mar 25, 2014 · 1 comment
Closed

Images don't show #4

smsm1 opened this issue Mar 25, 2014 · 1 comment

Comments

@smsm1
Copy link
Owner

smsm1 commented Mar 25, 2014

There are now images in the full html page, or the RSS feed.

@geraldb
Copy link

geraldb commented Mar 26, 2014

FYI: If you want the full content in your template change:

<% if item.content %>
   <%= textify( item.content ) %>
<% elsif item.summary %>
  <%= textify( item.summary ) %>
<% else %>
  -/-
<% end %>

e.g. remove textify as it will remove images use, for example:

<% if item.content %>
   <%= item.content %>
<% elsif item.summary %>
  <%= item.summary %>
<% else %>
  -/-
<% end %>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants