mirror of https://github.com/lxndrblz/anatole.git

Samuel W. Flint
25.19.2021 93011feabd83ec37cb42bb8e5b7ddfa4f049bac0
Treat the "copyright" parameter as markdown

Actually do so this time.
1 files modified
2 ■■■ changed files
layouts/partials/sidebar.html 2 ●●● patch | view | raw | blame | history
layouts/partials/sidebar.html
@@ -18,6 +18,6 @@
        {{ end }}
    </ul>
    <div class="footer">
        <div class="by_farbox">&copy; {{ if isset .Site.Params "copyright" }} {{ .Site.Params.copyright }} {{ else }} {{ .Site.Params.author }} {{ now.Format "2006"}} {{end}}</div>
        <div class="by_farbox">&copy; {{ if isset .Site.Params "copyright" }} {{ .Site.Params.copyright | markdownify }} {{ else }} {{ .Site.Params.author }} {{ now.Format "2006"}} {{end}}</div>
    </div>
</div>