{{ . | markdownify }}
- {{ end }} {{ with .Summary }} @@ -60,29 +29,6 @@ {{ end }} - {{- if .Params.toc }} -- -
- {{- end }} - - {{ if .Params.Audio }} -
- {{ partial "svg.html" (dict "name" "hidden") }} This post contains spoilers, but they're hidden by default. -- {{ end }} -
- {{ if ne .Type "site-infra" }} -
- - {{ i18n "wordCount" .Page.WordCount }} -
+- - From tumblr archive -
++ + On {{ partial "year-relative-date.html" (time.AsTime $timing.starts) }} +
++ + {{ $starts := time.AsTime $timing.starts }} + {{ $duration := time.ParseDuration ((strings.Substr $timing.duration 2) | strings.ToLower) }} + From {{ $starts.Format "15:04" }} until {{ $starts.Add $duration | dateFormat "15:04 (MST)" }} +
+ + {{ if .Params.attending }} ++ + {{ if eq .Params.attending true }}{{ partial "friend.html" "jp.no-emoji" }} is going + {{ else if eq (len .Params.attending) 1 }} + {{ partial "friend.html" (printf "%s.no-emoji" (index .Params.attending 0)) }} is going + {{ else }} + {{ $count := len .Params.attending}} + {{ range $i, $attendee := .Params.attending }} + {{ partial "friend.html" (printf "%s.no-emoji" $attendee) -}} + {{- if eq $i (sub $count 2) }}{{ if gt $count 2 }},{{ end }} and {{ else if lt $i (sub $count 1) }}, {{ end }} + {{ end }} are going {{ end }} +
+ {{ end }} - {{ if .Lastmod }} -
-
-
- +
+ - {{ partial "pagination-single.html" . }} - {{ end }} - - {{ if .Page.Store.Get "hasMermaid" }} - - - {{ end }} + {{ partial "pagination-single.html" . }}