diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-02 20:00:23 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-02 20:00:23 +0300 |
commit | aad8b9d10370b1dbc24ad2f4c226dd1510d7fc71 (patch) | |
tree | 362e34daf95d8ee1f84686070622ec971c753a79 | |
parent | 99deed9ef6ab7624d5485ed582de015fae6b578b (diff) |
Auto-commit 2025-01-02
-rw-r--r-- | layouts/partials/content.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/content.txt b/layouts/partials/content.txt index 26a7901..b03077a 100644 --- a/layouts/partials/content.txt +++ b/layouts/partials/content.txt @@ -2,4 +2,4 @@ {{ $content := $content | replaceRE "(?s:<!--more-->)" "" -}} {{ $content := $content | replaceRE `\!\[.*?\]\((.*?)\)` "$1" -}} {{ $content := $content | replaceRE `\[(.*?)\]\((.*?)\)` "$1 ($2)" -}} -{{ $content }}
\ No newline at end of file +{{ htmlUnescape $content | safeHTML }}
\ No newline at end of file |