Lucas Stadler лет назад: 9
Родитель
Сommit
7c7e3422ba
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      go/blog/blog.go

+ 4 - 2
go/blog/blog.go

211
	<header>
211
	<header>
212
		<h1><code class="language-shell">{{ .Title }}</code></h1>
212
		<h1><code class="language-shell">{{ .Title }}</code></h1>
213
		<a class="permalink" href="#{{ .Id }}">∞</a>
213
		<a class="permalink" href="#{{ .Id }}">∞</a>
214
		{{- if .Date }}<time>{{ .Date }}</time>{{ end -}}
214
		{{- if .Date }}
215
		<time>{{ .Date }}</time>{{ end }}
215
	</header>
216
	</header>
216
	{{- if .Content }}
217
	{{- if .Content }}
217
218
226
	<header>
227
	<header>
227
		<h1><a href="{{ .URL }}">{{ .Title }}</a></h1>
228
		<h1><a href="{{ .URL }}">{{ .Title }}</a></h1>
228
		<a class="permalink" href="#{{ .Id }}">∞</a>
229
		<a class="permalink" href="#{{ .Id }}">∞</a>
229
		{{- if .Date }}<time>{{ .Date }}</time>{{ end -}}
230
		{{- if .Date }}
231
		<time>{{ .Date }}</time>{{ end }}
230
	</header>
232
	</header>
231
	{{- if .Content }}
233
	{{- if .Content }}
232
234