Added a test on markdown for the default template

This commit is contained in:
Maxime
2015-07-21 17:45:32 +02:00
parent 6451e10d3e
commit 2df30d186e
3 changed files with 69 additions and 2 deletions

View File

@ -191,7 +191,7 @@ const (
{{js}}
</head>
<body>
{{.markdown}}
{{.Markdown}}
</body>
</html>`
cssTemplate = `<link rel="stylesheet" href="{{url}}">`