{{ partial "head-full.html" . }}
| Title | Author | Spanker | Spankee | Tags | Word Count | Summary |
|---|---|---|---|---|---|---|
| {{ with .OutputFormats.Get "plainstory" -}}{{end}}{{ .Title }} | {{ if isset .Params "names" }}{{ range sort .Params.names }}{{ . }} {{ end }}{{ end }} | {{ if isset .Params "spankers" }}{{ range sort .Params.spankers }}{{ . }} {{ end }}{{ end }} | {{ if isset .Params "spankees" }}{{ range sort .Params.spankees }}{{ . }} {{ end }}{{ end }} | {{ if isset .Params "tags" }}{{ range sort .Params.tags }}{{ . }} {{ end }}{{ end }} | {{ if isset .Params "posts" }}{{ range first 1 .Params.posts }}{{ if lt . 1}}{{ if isset $mypage.Params "urls" }}{{ range first 1 $mypage.Params.urls }}{{ $mypage.WordCount }}{{ end }}{{else}}{{ $mypage.WordCount }}{{ end }}{{ else }}{{ $mypage.WordCount }}{{ end }}{{ end }}{{ end }} | {{ if isset .Params "gist"}}{{ .Params.gist}}{{ else }}{{ truncate 55 .Summary }}{{ end}} |