diff --git a/src/features.html b/src/features.html index f4a6d0f..f9c7a27 100644 --- a/src/features.html +++ b/src/features.html @@ -3,7 +3,7 @@ All features of the Caddy Web Server {{import "/includes/head.html"}} - {{template "head"}} + {{template "head" .}} diff --git a/src/includes/head.html b/src/includes/head.html index 632c9ba..c9b8f01 100644 --- a/src/includes/head.html +++ b/src/includes/head.html @@ -9,52 +9,43 @@ - - - + - + - - + + - - + + - + - + - - - - + + - - - - - - + {{end}} diff --git a/src/index.html b/src/index.html index 578f88f..2255a7c 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ Caddy - The Ultimate Server with Automatic HTTPS {{import "/includes/head.html"}} - {{template "head"}} + {{template "head" .}} @@ -705,7 +705,7 @@ $ curl localhost:2019/config/ | jq