aboutsummaryrefslogtreecommitdiff
path: root/_example/html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '_example/html.tmpl')
-rw-r--r--_example/html.tmpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/_example/html.tmpl b/_example/html.tmpl
index 5f4978a..cc78426 100644
--- a/_example/html.tmpl
+++ b/_example/html.tmpl
@@ -30,12 +30,6 @@
<div class="page">
<div class="container">
- <h1>{{.Title}}</h1>
- <div class="meta">
- {{.Author}}
- <br />
- {{.Date}}
- </div>
{{.Body}}
</div>
<!-- .container -->