mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
use markdown in footer
This commit is contained in:
parent
e7e64be5f6
commit
f135ca4937
2 changed files with 5 additions and 1 deletions
|
@ -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**
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template name="footer">
|
||||
{{#if footerCode}}
|
||||
<div class="footer grid {{footerClass}}">
|
||||
{{{footerCode}}}
|
||||
{{#markdown}}{{footerCode}}{{/markdown}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#each footerModules}}
|
||||
|
|
Loading…
Add table
Reference in a new issue