diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html
index 61a306a..3a65cd6 100644
--- a/layouts/partials/aside.html
+++ b/layouts/partials/aside.html
@@ -6,20 +6,20 @@
{{ if .Params.date }}
posted: | {{ $postDate }} |
{{- if ne $postDate $updateDate }}updated: | {{ $updateDate }} |
{{ end }}
{{ end }}
+ {{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) }}
+
On this page
+ {{ .TableOfContents }}
+
+ {{ end }}
{{- with .Params.tags -}}
tags:
{{- range . }}
{{- $tag := urlize . -}}
[{{ . }}]
{{- end }}
+
{{- end }}
-
-{{ end }}
-{{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) }}
- On this page
- {{ .TableOfContents }}
-
{{ end }}
{{ if isset .Params "series" }}