mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-25 08:12:31 -04:00
Added test on markdown static files generation
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{.Doc.title}}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{.Include "header.html"}}
|
||||
{{.Doc.body}}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user