diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-09-17 16:35:13 -0600 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-09-17 16:35:13 -0600 |
commit | a7ce20fee62a52794bf8bf940d0fd1f4134158b1 (patch) | |
tree | 2e4c09dce0d5d3bf65a9bfbdb84faa2566b9ce80 /templates/repo_home.gmi | |
parent | ce0def95f3924a10b0faceb72aa5df18bf813fb1 (diff) |
protocol-aware README escaping
Diffstat (limited to 'templates/repo_home.gmi')
-rw-r--r-- | templates/repo_home.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_home.gmi b/templates/repo_home.gmi index a2af514..9d62f3c 100644 --- a/templates/repo_home.gmi +++ b/templates/repo_home.gmi @@ -22,7 +22,7 @@ ## {{.Filename}} ```{{.Filename}} contents -{{.EscapedContents}} +{{.GeminiEscapedContents}} ``` {{ end -}} {{ end }} |