aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/micro/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/micro/index.html')
-rw-r--r--layouts/micro/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/micro/index.html b/layouts/micro/index.html
index e69e3bf..e4fd6ee 100644
--- a/layouts/micro/index.html
+++ b/layouts/micro/index.html
@@ -6,7 +6,7 @@
{{ range .Paginator.Pages }}
<li>{{.Title}}
<div>
- {{ .Summary }}
+ {{ .Summary }}
</div>
</li>
{{ end }}