diff options
author | Justin Mayer <entroP@gmail.com> | 2013-12-10 15:47:37 -0800 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2013-12-10 15:47:37 -0800 |
commit | fafcb745cc525885a575ca5f49e2b32c0ce78369 (patch) | |
tree | d285485f746ce38cabb016b31e15d69c7513675d /pelican-bootstrap3/README.md | |
parent | 8c84056ac6216eb02f440c53977d03b8cde609d9 (diff) | |
parent | a766721bc56c917cba2d4e3f2d701dbf37c036f4 (diff) | |
download | pelican-themes-fafcb745cc525885a575ca5f49e2b32c0ce78369.tar.gz |
Merge pull request #175 from nikipore/pelican-bootstrap3-taglist-separator
made article tag separator configurable via TAG_LIST_SEPARATOR
Diffstat (limited to 'pelican-bootstrap3/README.md')
-rw-r--r-- | pelican-bootstrap3/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pelican-bootstrap3/README.md b/pelican-bootstrap3/README.md index ce129ef..6f511fb 100644 --- a/pelican-bootstrap3/README.md +++ b/pelican-bootstrap3/README.md @@ -55,6 +55,10 @@ You can enable sharing buttons through [AddThis](http://www.addthis.com/) by set In order to make the Facebook like button work better, the template contains Open Graph metatags like `<meta property="og:type" content="article"/>`. You can disable them by setting `USE_OPEN_GRAPH` to `False`. You can use `OPEN_GRAPH_FB_APP_ID` to provide a Facebook _app id_. You can also provide a default image that will be passed to Facebook for the homepage of you site by setting `OPEN_GRAPH_IMAGE` to a relative file path, which will be prefixed by your site's static directory. +### Tag List + +You can customize the separator between article tags with `TAG_LIST_SEPARATOR`. The default separator is `/`. + ## Screenshot ![](screenshot.png) @@ -63,4 +67,4 @@ In order to make the Facebook like button work better, the template contains Ope ## Live example -[This is my website](http://dandydev.net)
\ No newline at end of file +[This is my website](http://dandydev.net) |