diff --git a/templates/base/gist_header.html b/templates/base/gist_header.html index 6c2f6f0..1299d65 100644 --- a/templates/base/gist_header.html +++ b/templates/base/gist_header.html @@ -1,113 +1,98 @@ {{ define "gist_header" }}
Forked from {{ .gist.Forked.User.Username }}/{{ .gist.Forked.Title }}
Last active {{ .gist.UpdatedAt }} • - {{ if .gist.Private }} Unlisted - {{else}} Public {{ end }} +
Last active {{ .gist.UpdatedAt }} + {{ if .gist.Private }} • Unlisted {{ end }}
{{ .gist.Description }}