show what announce filters apply to
Ted Unangst tedu@tedunangst.com
Mon, 23 Dec 2019 05:57:31 -0500
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
views/hfcs.html
→
views/hfcs.html
@@ -54,6 +54,7 @@ <p>Name: {{ .Name }}
{{ with .Notes }}<p>Notes: {{ . }}{{ end }} <p>Date: {{ .Date.Format "2006-01-02" }} {{ with .Actor }}<p>Who: {{ . }}{{ end }} {{ with .IncludeAudience }} (inclusive) {{ end }} +{{ if .IsAnnounce }}<p>Announce: {{ .AnnounceOf }}{{ end }} {{ with .Text }}<p>Text: {{ . }}{{ end }} <p>Actions: {{ range .Actions }} {{ . }} {{ end }} {{ with .Rewrite }}<p>Rewrite: {{ . }}{{ end }}