pixelnest / presskit.html

Re-implementation of presskit() as a static site generator
http://pixelnest.io/2017/03/presskit-html/
MIT License
306 stars 51 forks source link

Skip fields without content from result. #8

Open HeartoLazor opened 5 years ago

HeartoLazor commented 5 years ago

Example: before: https://i.imgur.com/AhCHR9G.png after: https://i.imgur.com/5yqGEEl.png

j4nw commented 4 years ago

Any interest in getting this merged? Would be great to have without fiddling with the npm package.

stephanemagnenat commented 3 years ago

Actually, there were 4 errors, now 3 left:

112:23  error  Missing space before function parentheses
113:24  error  Expected '!==' and instead saw '!='
113:27  error  Strings must use singlequote

I'm interested in seeing this PR merged as I have a similar need :-)

stephanemagnenat commented 3 years ago

@solarsailer any chance to merge this PR?