docs: Add template example pointing to this website

This commit is contained in:
Francis Lavoie 2020-05-17 17:34:21 -04:00
parent f2a35c2aa6
commit 7f978fb437
No known key found for this signature in database
GPG key ID: 7D1A27F0725BE5D8

View file

@ -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).