10 lines
306 B
10 lines
306 B
{{ with .Resources.GetMatch "{cover.*}" }}
|
|
<img src="{{ .Permalink }}">
|
|
{{ end }}
|
|
Posted by {{ .Site.Params.author }} on {{ partial "time.html" . }}
|
|
<br>
|
|
{{ range $i, $e := .Params.tags -}}
|
|
{{- if $i -}}, {{ end -}}
|
|
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" rel="tag">#{{ $e }}</a>
|
|
{{- end -}}
|