I am looking to insert Title, Author, Keyword, and Description
information into my templates. I have figured out the mephisto drops
for articles and sections(w/ one article). See below.
Is my understanding of this information correct? As an aside,
{{article.author}} generates this output in 0.8.2
"#<UserDrop:0x7f192c737c28>"
Article:
Title-{{ article.title}}
Author-{{article.author}}
Keyword:{{article.tags}}
Desciption: {{article.excerpt}}
Section(page):same as default article
Title-{{ article.title}}
Author-{{article.author}}
Keyword:{{article.tags}}
Desciption: {{article.excerpt}}
Section(blog):
Title: {{section.name}}
Archive:not available
Tag page:not available
Thanks,
Bryan