use markdown in footer

This commit is contained in:
Sacha Greif 2015-01-12 11:35:53 +09:00
parent e7e64be5f6
commit f135ca4937
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## v0.12.1
* Footer field now accepts Markdown instead of HTML.
## v0.12.0 “DummyScope”
**Important: existing newsletters and feeds need to be manually enabled in the Settings panel**

View file

@ -1,7 +1,7 @@
<template name="footer">
{{#if footerCode}}
<div class="footer grid {{footerClass}}">
{{{footerCode}}}
{{#markdown}}{{footerCode}}{{/markdown}}
</div>
{{/if}}
{{#each footerModules}}