Initial commit
This commit is contained in:
parent
1228692325
commit
dbe51f693d
23 changed files with 1924 additions and 0 deletions
7
layouts/partials/metadata.html
Normal file
7
layouts/partials/metadata.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
Posted by {{ .Site.Params.author }} on {{ partial "time.html" . }}
|
||||
<p>
|
||||
{{ range $i, $e := .Params.tags -}}
|
||||
{{- if $i -}}, {{ end -}}
|
||||
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" rel="tag">#{{ $e }}</a>
|
||||
{{- end -}}
|
||||
</p>
|
Reference in a new issue