all repos — honk @ e981a55ce775534c92d2ad3837c2015d04ddc87d

my fork of honk

print original name in handle format
Ted Unangst tedu@tedunangst.com
Fri, 05 Jul 2019 13:07:59 -0400
commit

e981a55ce775534c92d2ad3837c2015d04ddc87d

parent

683d6da2fd61c7acecbf040421275464c1fc7858

3 files changed, 5 insertions(+), 1 deletions(-)

jump to
M fun.gofun.go

@@ -49,6 +49,9 @@ if h.URL == "" {

h.URL = h.XID } } + if h.Oonker != "" { + _, h.Oondle = honkerhandle(h.Oonker) + } zap := make(map[*Donk]bool) h.Noise = unpucker(h.Noise) precis := h.Precis
M honk.gohonk.go

@@ -59,6 +59,7 @@ What string

Honker string Handle string Oonker string + Oondle string XID string RID string Date time.Time
M views/honk.htmlviews/honk.html

@@ -10,7 +10,7 @@ <p><a href="{{ .Honker }}" rel=noreferrer>{{ .Username }}</a> <span class="clip"><a href="{{ .URL }}" rel=noreferrer>{{ .What }}</a> {{ .Date.Format "02 Jan 2006 15:04" }}</span>

{{ if .Oonker }} <br> <span style="margin-left: 1em;" class="clip"> -original: {{ .Oonker }} +original: {{ .Oondle }} </span> {{ else }} {{ if .RID }}