From 7f978fb4375ee414dea0700c0545bd78a0fbb0a7 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Sun, 17 May 2020 17:34:21 -0400 Subject: [PATCH] docs: Add template example pointing to this website --- src/docs/markdown/caddyfile/directives/templates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/markdown/caddyfile/directives/templates.md b/src/docs/markdown/caddyfile/directives/templates.md index a1fefbd..5f371e0 100644 --- a/src/docs/markdown/caddyfile/directives/templates.md +++ b/src/docs/markdown/caddyfile/directives/templates.md @@ -30,3 +30,4 @@ Enable templates on all requests: templates ``` +For a complete example of a site using templates to serve markdown, take a look at the source for [this very website](https://github.com/caddyserver/website)! Specifically, take a look at the [`Caddyfile`](https://github.com/caddyserver/website/blob/master/Caddyfile) and [`src/docs/index.html`](https://github.com/caddyserver/website/blob/master/src/docs/index.html).