diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-01-21 17:37:22 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-01-21 17:37:22 +0100 |
commit | ffdd9520b9803e141582ba647050682659075760 (patch) | |
tree | d19769360077d7b4a4cce58a0e70679014fd5979 /src/gmi/tpl/posts | |
parent | 293655452cfc6a106c55384e839f9c07d340b954 (diff) |
Implement preprocessing of post bodies for gemini
Diffstat (limited to 'src/gmi/tpl/posts')
-rw-r--r-- | src/gmi/tpl/posts/post.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmi/tpl/posts/post.gmi b/src/gmi/tpl/posts/post.gmi index 4f58c84..7d1719b 100644 --- a/src/gmi/tpl/posts/post.gmi +++ b/src/gmi/tpl/posts/post.gmi @@ -6,7 +6,7 @@ > {{ $post.Description }} {{ end -}} -{{ $post.Body }} +{{ .PostBody $post }} -------------------------------------------------------------------------------- |