|
|
@ -211,7 +211,8 @@ var shellTmpl = template.Must(baseTmpl.New("shell").
|
|
211
|
211
|
<header>
|
|
212
|
212
|
<h1><code class="language-shell">{{ .Title }}</code></h1>
|
|
213
|
213
|
<a class="permalink" href="#{{ .Id }}">∞</a>
|
|
214
|
|
{{- if .Date }}<time>{{ .Date }}</time>{{ end -}}
|
|
|
214
|
{{- if .Date }}
|
|
|
215
|
<time>{{ .Date }}</time>{{ end }}
|
|
215
|
216
|
</header>
|
|
216
|
217
|
{{- if .Content }}
|
|
217
|
218
|
|
|
|
@ -226,7 +227,8 @@ var linkTmpl = template.Must(baseTmpl.New("link").
|
|
226
|
227
|
<header>
|
|
227
|
228
|
<h1><a href="{{ .URL }}">{{ .Title }}</a></h1>
|
|
228
|
229
|
<a class="permalink" href="#{{ .Id }}">∞</a>
|
|
229
|
|
{{- if .Date }}<time>{{ .Date }}</time>{{ end -}}
|
|
|
230
|
{{- if .Date }}
|
|
|
231
|
<time>{{ .Date }}</time>{{ end }}
|
|
230
|
232
|
</header>
|
|
231
|
233
|
{{- if .Content }}
|
|
232
|
234
|
|