2023-03-20 20:37:04 +00:00
< div class = "article-meta" >
2023-03-21 14:01:02 +00:00
< a id = "page_menu" / >
2023-03-23 14:18:08 +00:00
{{ if in .Params.categories "anecdote" }}
2023-03-23 14:57:09 +00:00
< h4 > < span class = "title anecdote-meta" > WARNING!< br / > This page may be triggering, it contains a < em > personal< / em > account of living with disability.< / span > < / h4 >
2023-03-23 14:18:08 +00:00
{{ end }}
2023-03-21 14:01:02 +00:00
{{ if .Page.Params.toc }}
2023-03-21 13:32:30 +00:00
< a class = "back_to_top" href = "#top" > Jump to ToC< / a >
{{ else }}
< a class = "back_to_top" href = "#top" > Jump to content< / a >
{{ end }}
2023-03-21 14:01:02 +00:00
{{ with .Page.Params.categories }}
| < a class = "back_to_top" href = "#categories" > Jump to categories< / a >
{{ end }}
{{ with .Page.Params.tags }}
| < a class = "back_to_top" href = "#tags" > Jump to tags< / a >
{{ end }}
{{ range first 1 (where (where .Site.Pages ".Params.tags" "intersect" .Params.tags) "Permalink" "!=" .Permalink) }}
{{ $.Scratch.Set "has_related" true }}
{{ end }}
{{ if $.Scratch.Get "has_related" }}
| < a class = "back_to_top" href = "#related" > Jump to related pages< / a >
{{ end }}
2023-03-20 20:37:04 +00:00
< h1 > < span class = "title" > {{ .Title | markdownify }}< / span > < / h1 >
{{ with .Params.author }}
< h3 class = "author" > By:
{{ if (reflect.IsSlice .) }}
{{ delimit . ", " }}
{{ else }}
{{ . }}
{{ end }}
< / h3 >
{{ end }}
2023-03-21 12:55:54 +00:00
2023-03-20 20:37:04 +00:00
{{ if (gt .Date 0) }}< h4 class = "date" > Published: {{ .Date.Format "2006/01/02" }}< / h4 > {{ end }}
{{ if (gt .Lastmod 0) }}< h4 class = "date" > Last Modified: {{ .Lastmod.Format "2006/01/02" }}< / h4 > {{ end }}
2023-03-21 12:55:54 +00:00
2023-03-20 21:02:06 +00:00
< p >
{{ if (gt .ReadingTime 0) }}< small > Reading Time: {{ .ReadingTime }} minutes< / small > {{ end }}
|
{{ if (gt .WordCount 0) }}< small > Word Count: {{ .WordCount }} words< / small > {{ end }}
< / p >
2023-03-21 12:55:54 +00:00
< p class = "terms" >
{{ partial "categories_tags.html" . }}
< / p >
< p class = "terms" >
{{ partial "related.html" . }}
< / p >
< / div >
2023-03-20 20:37:04 +00:00
2023-03-21 12:55:54 +00:00
< a id = "top" / >
2023-03-20 20:37:04 +00:00
{{ if .Params.toc }}
{{ .TableOfContents }}
2023-03-21 12:55:54 +00:00
{{ else }}
2023-03-20 20:37:04 +00:00
{{ end }}