duilio / pelican-octopress-theme

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

Site meta keywords #54

Open dorneanu opened 10 years ago

dorneanu commented 10 years ago

Hi! Could we please have meta keywords like here:

https://github.com/getpelican/pelican-themes/tree/master/syte

In pelicanconf.py:

SITE_KEYWORDS = u'Used in the HTML meta tag for keywords'

In base.html:

<meta name="keywords" content="{{ SITE_KEYWORDS }}" />

Thanks in advance.

Cheers,

Victor