getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.6k stars 448 forks source link

Is hidetitle broken? #1188

Closed ralsina closed 10 years ago

ralsina commented 10 years ago

I am working on a Tumblr importer and photo posts have no titles, so I need to set a dummy ne and hide it.

The hidetitle metadata is supposed to do that but seems broken.

Kwpolska commented 10 years ago

The type metadata, which is actually a tumblr ripoff (sort of), could be used in this case.

Nevertheless, hidetitle seems to be implemented only in story and not post nor index.

ralsina commented 10 years ago

I think I should just implement it in Post.title()

Kwpolska commented 10 years ago

:-1: That’s going to suck in HTML. It should stay in templates.

ralsina commented 10 years ago

Hmmmm ok, you are right.