diff --git a/static/img/wf-sq.png b/static/img/wf-sq.png new file mode 100644 index 0000000..1136dc3 Binary files /dev/null and b/static/img/wf-sq.png differ diff --git a/templates/post.tmpl b/templates/post.tmpl index 86b51b9..dd1375e 100644 --- a/templates/post.tmpl +++ b/templates/post.tmpl @@ -1,98 +1,98 @@ {{define "post"}} {{if .Title}}{{.Title}}{{else}}{{.GenTitle}}{{end}} {{localhtml "title dash" .Language}} {{.SiteName}} {{if .IsCode}} {{end}} - + {{if gt .Views 1}} {{end}} - + - + - + {{if .Author}}{{end}} {{template "highlighting" .}}

{{.SiteName}}

{{if .Title}}

{{.Title}}

{{end}}{{ if .IsPlainText }}

{{.Content}}

{{ else }}
{{.HTMLContent}}
{{ end }}
{{if .IsCode}} {{else}} {{if .IsPlainText}}{{end}} {{end}} {{end}}