piedoom / feather

A lightweight theme for zola
https://piedoom.github.io/feather/
32 stars 10 forks source link

use summary instead of content so more page break is respected #20

Closed jacobrosenthal closed 7 months ago

jacobrosenthal commented 5 years ago

Though it looks like this is broken if you DONT have a more break.. sigh..

Reason: Filter `striptags` was called on an incorrect value: got `null` but expected a String

Anyone have a workaround for that?

piedoom commented 5 years ago

Hmm, you could possibly do an if statement to see if the summary is null - and if it is, use the initially provided truncated content