# {{.Title}}
{{$.T.Get "What"}}: {{.Commit.Hash.String}}
{{$.T.Get "When"}}: {{.When}}
-{{if .Topics}}{{$.T.Get "Topics"}}:{{range .Topics}} {{.}}{{end}}{{end}}
+{{if .Topics}}{{range .Topics}}#{{.}} {{end}}{{end}}
```
{{.Commit.Message}}```
{{- if .Note}}
{{$CR := printf "\r"}}20 text/gemini{{$CR}}
-# {{.Cfg.Title}} {{if .Topic}}({{$.T.Get "topic"}}: {{.Topic}}) {{end}}({{.Offset}}-{{.OffsetNext}})
+# {{.Cfg.Title}} {{if .Topic}}({{$.T.Get "topic"}}: #{{.Topic}}) {{end}}({{.Offset}}-{{.OffsetNext}})
{{if .Cfg.AboutURL}}=> {{.Cfg.AboutURL}} {{$.T.Get "about"}}{{end}}
{{if .Offset}}=> /?offset={{.OffsetPrev}}{{if .Topic}}&topic={{.Topic}}{{end}} {{$.T.Get "prev"}}{{end}}
{{if not .LogEnded}}=> /?offset={{.OffsetNext}}{{if .Topic}}&topic={{.Topic}}{{end}} {{$.T.Get "next"}}{{end}}
=> /{{.Commit.Hash.String}} {{.Commit.Author.When.Format "2006-01-02"}} {{.Title}}
{{end}}
-{{range .Topics -}}=> /?topic={{.}} Topic: {{.}}
+{{range .Topics -}}=> /?topic={{.}} #{{.}}
{{end}}
{{$Cfg := .Cfg -}}{{$.T.Get "What"}}: {{.Commit.Hash.String}}
{{$.T.Get "When"}}: {{.When}}
------------------------------------------------------------------------
-{{if .Topics}}{{$.T.Get "Topics"}}:{{range .Topics}} {{.}}{{end}}{{end}}
+{{if .Topics}}{{range .Topics}}#{{.}} {{end}}{{end}}
------------------------------------------------------------------------
{{.Commit.Message -}}
{{- if .Images}}
i{{$dateCur}} err{{template "domainPort" $Cfg}}{{$CR}}{{end}}
0{{.Title}} /{{.Commit.Hash.String}}{{template "domainPort" $Cfg}}{{$CR}}{{end}}
{{range .Topics}}
-1{{$.T.Get "topic"}}: {{.}} {{.}}/offset/0{{template "domainPort" $Cfg}}{{$CR}}{{end}}
+1#{{.}} {{.}}/offset/0{{template "domainPort" $Cfg}}{{$CR}}{{end}}
.{{$CRLF}}
</head>
<body>
{{if .Topics}}
-{{$.T.Get "Topics"}}: {{range .Topics}}[<tt><a href="{{$.Cfg.URLPrefix}}/?topic={{.}}">{{.}}</a></tt>]{{end}}
+{{range .Topics}}<tt><a href="{{$.Cfg.URLPrefix}}/?topic={{.}}">#{{.}}</a></tt> {{end}}
{{end}}
<h2>{{.Title}}</h2>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=generator content="SGBlog {{.Version}}">
- <title>{{.Cfg.Title}} {{if .Topic}}(topic: {{.Topic}}) {{end}}({{.Offset}}-{{.OffsetNext}})</title>
+ <title>{{.Cfg.Title}} {{if .Topic}}(#{{.Topic}}) {{end}}({{.Offset}}-{{.OffsetNext}})</title>
{{with .Cfg.CSS}}<link rel=stylesheet type="text/css" href="{{.}}">{{end}}
{{with .Cfg.Webmaster}}<link rev=made href="mailto:{{.}}">{{end}}
{{range .Cfg.GitURLs}}<link rel=vcs-git href="{{.}}" title="{{$.T.Get "Git repository"}}">{{end}}
{{if not .LogEnded}}<link rel=next href="{{.Cfg.URLPrefix}}/?offset={{.OffsetNext}}{{if .Topic}}&topic={{.Topic}}{{end}}" title="{{$.T.Get "next"}}">{{end}}
</head>
<body>
-{{if .Topics}}<hr/>
-{{$.T.Get "Topics"}}: [<tt><a href="{{$.Cfg.URLPrefix}}/">{{$.T.Get "ALL"}}</a></tt>]
-{{range .Topics}}[<tt><a href="{{$.Cfg.URLPrefix}}/?topic={{.}}">{{.}}</a></tt>]
+{{if .Topics}}
+<tt><a href="{{$.Cfg.URLPrefix}}/">{{$.T.Get "ALL"}}</a></tt>
+{{range .Topics}}<tt><a href="{{$.Cfg.URLPrefix}}/?topic={{.}}">#{{.}}</a></tt>
{{end}}
{{end}}
{{- $TopicsEnabled := .TopicsEnabled -}}
<td>{{if .ImagesNum}}{{.ImagesNum}}{{else}} {{end}}</td>
<td>{{if .CommentsNum}}{{.CommentsNum}}{{else}} {{end}}</td>
<td>{{if .DomainURLs}}{{range .DomainURLs}} {{.}} {{end}}{{else}} {{end}}</td>
- {{if $TopicsEnabled}}<td>{{if .Topics}}{{range .Topics}} <a href="{{$.Cfg.URLPrefix}}/?topic={{.}}">{{.}}</a> {{end}}{{else}} {{end}}</td>{{end}}
+ {{if $TopicsEnabled}}<td>{{if .Topics}}{{range .Topics}} <a href="{{$.Cfg.URLPrefix}}/?topic={{.}}">#{{.}}</a> {{end}}{{else}} {{end}}</td>{{end}}
</tr>
{{end}}</table>
</body>