Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-05-17 01:42:44 +0300
committerIvan Boothe <git@rootwork.org>2022-05-17 01:42:44 +0300
commit4ee43643d9998d80159d01b9c6d447ea2ee0dd2d (patch)
tree2ce9d3956f81e8ef4a60e8281f4f68267e04da8c
parent0cb36ae29c7c7af8b669f877ceecf69a5df1e38c (diff)
add markdownify to footer itemsmore-markdownify
Signed-off-by: Ivan Boothe <git@rootwork.org>
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 0e4b888..d1bc945 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -8,7 +8,7 @@
<footer class="footer">
<div class="footer_inner wrap pale">
<img src='{{ absURL (default $defaultFooterLogo $s.footerLogo) }}' class="icon icon_2 transparent" alt="{{ $t }}">
- <p>{{ T "copyright" }}{{ with $s.since }}&nbsp;{{ . }}-{{ end }}&nbsp;<span class="year"></span>&nbsp;{{ upper $t }}. {{ T "all_rights" }}</p>
+ <p>{{ T "copyright" | markdownify }}{{ with $s.since }}&nbsp;{{ . }}-{{ end }}&nbsp;<span class="year"></span>&nbsp;{{ upper $t }}. {{ T "all_rights" | markdownify }}</p>
{{- partialCached "top" .}}
</div>
</footer>