aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/flamingo/layouts/index.html')
-rw-r--r--themes/flamingo/layouts/index.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/themes/flamingo/layouts/index.html b/themes/flamingo/layouts/index.html
index c142435..0e07e11 100644
--- a/themes/flamingo/layouts/index.html
+++ b/themes/flamingo/layouts/index.html
@@ -7,7 +7,13 @@
{{ .Render "summary" }}
{{ end }}
</div>
- <!-- {{ partial "pagination.html" . }} -->
+ <div>
+ <h3>WHAT I READ</h3>
+ </div>
+ <div>
+ <ul>
+ {{ partial "openring.html" . }}
+ </ul>
+ </div>
</main>
-<!-- {{ partial "sidebar.html" . }} -->
{{ end }}