diff --git a/layouts/taxonomy/openerhash.terms.html b/layouts/taxonomy/openerhash.terms.html index 74fa7b2f4..80487ec34 100644 --- a/layouts/taxonomy/openerhash.terms.html +++ b/layouts/taxonomy/openerhash.terms.html @@ -7,12 +7,93 @@
Completed {{ $completed }} of 243 opener hash combinations.
+All 243 possible combinations in alphabetical order.
+ +{{/* Debug: Show actual term names */}} +| Hash | +Emoji | +Count | +First Occurrence | +
|---|---|---|---|
| + {{ if gt $matchCount 0 }} + {{ with $.Site.GetPage (printf "/%s/%s" "openerhashes" $combo) }} + {{ $combo }} + {{ end }} + {{ else }} + {{ $combo }} + {{ end }} + | ++ {{ if gt $matchCount 0 }} + {{ $match := index $matches 0 }} + {{ $firstPage := index (first 1 $match.Pages.ByDate) 0 }} + {{ partialCached "first-guess-emoji.html" $firstPage $firstPage.File.Path }} + {{ else }} + -- + {{ end }} + | ++ {{ if gt $matchCount 0 }} + {{ $match := index $matches 0 }} + {{ $match.Count }} + {{ else }} + -- + {{ end }} + | ++ {{ if gt $matchCount 0 }} + {{ $match := index $matches 0 }} + {{ $firstPage := index (first 1 $match.Pages.ByDate) 0 }} + {{ $firstPage.Date.Format "Jan 2, 2006" }} + {{ else }} + -- + {{ end }} + | +
Ordered by count (most played first).
+| Emoji |