diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index 3a65cd6..a896cde 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -5,27 +5,32 @@

{{ if .Params.date }}{{- if ne $postDate $updateDate }}{{ end }}
posted:{{ $postDate }}
updated:{{ $updateDate }}
{{ end }}

-

+


{{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) }} -

On this page

+

+

On this page

{{ .TableOfContents }}
+

{{ end }} {{- with .Params.tags -}} - tags:
+

+

Tags

+ [all] {{- range . }} {{- $tag := urlize . -}} [{{ . }}] {{- end }} +


- {{- end }}

+ {{- end }} {{ end }} {{ if isset .Params "series" }} {{$related := where .Site.RegularPages ".Params.series" "eq" .Params.series }} {{- $relatedLimit := default 8 .Site.Params.numberOfRelatedPosts }} -

More {{ .Params.series }}

+

More {{ .Params.series }}