{{ define "main" }}

{{ .Title | markdownify }}

Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }} | Last Edited: {{ dateFormat "2006-01-02" .Lastmod }}

Download this post as: PDF, EPUB, or plaintext

{{- if .Params.tags }}

{{ $title := .Title }} {{- range (.GetTerms "tags") }} {{.Title}} {{- end }}

{{- end }} {{- if .Params.rss_only }} {{- end }}
{{- if .Params.toc }} {{- end }}
{{ .Content | replaceRE "()(.*)()" `${1}${3} ΒΆ${4}` | safeHTML }}

This is a self-hosted Commento server that integrates with Akismet for spam filtration. Comments that make it through are still subject to moderator (me) approval before they're displayed publicly.


{{ end }}