diff options
Diffstat (limited to 'themes/flamingo/layouts')
-rw-r--r-- | themes/flamingo/layouts/index.html | 10 | ||||
-rw-r--r-- | themes/flamingo/layouts/partials/sidebar.html | 9 |
2 files changed, 17 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 }} diff --git a/themes/flamingo/layouts/partials/sidebar.html b/themes/flamingo/layouts/partials/sidebar.html index 9070f56..c7288f0 100644 --- a/themes/flamingo/layouts/partials/sidebar.html +++ b/themes/flamingo/layouts/partials/sidebar.html @@ -1,6 +1,15 @@ <aside> <div> <div> + <h3>WHAT I READ</h3> + </div> + <div> + <ul> + {{ partial "openring.html" . }} + </ul> + </div> + + <div> <h3>LATEST POSTS</h3> </div> <div> |