forked from ruangrupa/lumbung.space
added files from christoph
This commit is contained in:
28
themes/lumbung-theme/layouts/authors/list.html
Normal file
28
themes/lumbung-theme/layouts/authors/list.html
Normal file
@ -0,0 +1,28 @@
|
||||
{{ define "main" }}
|
||||
|
||||
|
||||
<h1>{{ .Params.title }}</h1>
|
||||
<img src="{{ .Params.photo }}" height="200px" alt=""/>
|
||||
|
||||
<h2>Bio</h2>
|
||||
{{ .Content }}
|
||||
{{ with .Params.twitter }}
|
||||
<p>
|
||||
<a href="https://twitter.com/{{ substr . 1 }}">
|
||||
Follow {{ $.Params.name }} on Twitter
|
||||
</a>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
<h2>Posts by {{ .Params.title }}</h2>
|
||||
<ul>
|
||||
{{ range .Pages }}
|
||||
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
||||
{{ .Render "summary"}}
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user