More work done, more placeholder content. Can't be bothered to make all content multilingual. Code should be compliant though.

This commit is contained in:
Greenscreener
2019-07-14 19:28:54 +02:00
parent 19051bc505
commit 6b76c1892b
26 changed files with 194 additions and 35 deletions
@@ -0,0 +1,9 @@
<div class="pageHeader">
<h2 class="title pageTitle"><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
<p class="has-text-grey">
{{- T "leader" -}}: {{ range .Params.leader }}{{ with $.Site.GetPage (printf "authors/%s" .) }}<a href="{{ .Permalink }}">{{ .Title }}</a>{{ end }}{{ end }}
</p>
<p class="has-text-grey">
{{- T "member" (len .Params.authors) -}}: {{ range .Params.authors }}{{ with $.Site.GetPage (printf "authors/%s" .) }}<a class="separateWithCommas" href="{{ .Permalink }}">{{ .Title }}</a>{{ end }}{{ end }}
</p>
</div>