diff options
author | Marco Kaufmann <66012520+mahgoh@users.noreply.github.com> | 2022-04-27 19:41:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 11:41:37 -0600 |
commit | 3ab648382d403cdfe5c0c7218fafe2b4197ccfd7 (patch) | |
tree | 15b4d4a646fbf951af9dc5ee81cd57436be5a8c5 | |
parent | 40b193fb791e241dec630a37167aac576375bc96 (diff) |
templates: Add missing backticks in docs (#4737)
-rw-r--r-- | modules/caddyhttp/templates/templates.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/caddyhttp/templates/templates.go b/modules/caddyhttp/templates/templates.go index 20eed8a..8f2ae9d 100644 --- a/modules/caddyhttp/templates/templates.go +++ b/modules/caddyhttp/templates/templates.go @@ -100,6 +100,7 @@ func init() { // {{ define "main" }} // content // {{ end }} +// ``` // // **index.html** // ``` |