duilio / pelican-octopress-theme

Octopress default theme copied for pelican
MIT License
149 stars 119 forks source link

article footer extended #62

Closed mstreuhofer closed 9 years ago

mstreuhofer commented 9 years ago

added the article's category to the info shown in the footer separate the tags by comma in the article's info shown in the footer link author's name in the article's footer to author's list of articles

mstreuhofer commented 9 years ago

how is this not guaranteed? which config var would have to be set for this to be empty?

dhermes commented 9 years ago

In my posts I use:

author: Danny Hermes (dhermes@bossylobster.com)

in the metadata and I'm sure others use similar. (I have no reason for this other than that is what the conversion from Blogger spit out.)

ISTM to get article.url I'd need nested key-value pairs.

mstreuhofer commented 9 years ago

article.author.url will be filled by pelican with a proper address to an index page listing all articles of $author. this is why the template author.html was added too (see PR #65).

dhermes commented 9 years ago

Gotcher. SGTM.

mstreuhofer commented 9 years ago

69 should be in your interest. the author's name would only be linked if the pelican config states that an all-authors-overview should be created (AUTHORS_SAVE_AS) - being understood as "more than one author exists". Otherwise it is assumed only one author exists and the name won't get linked in the article's footer.