feat: finish CV
This commit is contained in:
parent
941c59b7a7
commit
187900fd5b
16 changed files with 1604 additions and 166 deletions
|
@ -39,7 +39,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
{{- end -}}
|
||||
|
||||
|
||||
{{- if .GetTerms "organisations" -}}
|
||||
<section id="post-organisations" class="article-footer__organisations" itemprop="articleSection">
|
||||
<h3>Organisations</h3>
|
||||
|
@ -47,7 +47,7 @@
|
|||
{{ $all_organisations := partialCached "get_all_organisations.html" . }}
|
||||
<!-- TODO: Replace with hierarchy partial -->
|
||||
{{- range ( .GetTerms "organisations" ) -}}
|
||||
{{ with ( where $all_organisations "Title" ( .Title | plainify ) ) }}
|
||||
{{ with ( union ( union ( where $all_organisations "Title" ( .Title | plainify ) ) ( where $all_organisations "Params.abbreviation" ( .Title | plainify ) ) ) ( where $all_organisations "Params.fka" ( .Title | plainify ) ) ) }}
|
||||
{{ range . }}
|
||||
{{- if ( and ( .Params.redact ) ( ne $.Site.Params.redact "show" ) ) -}}
|
||||
{{- if ( eq $.Site.Params.redact "black" ) -}}
|
||||
|
@ -65,7 +65,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
{{- end -}}
|
||||
|
||||
|
||||
{{- if .GetTerms "locations" -}}
|
||||
<section id="post-locations" class="article-footer__locations">
|
||||
<h3>Locations</h3>
|
||||
|
@ -77,7 +77,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
{{- end -}}
|
||||
|
||||
|
||||
{{- if .GetTerms "tags" -}}
|
||||
<section id="post-tags" class="article-footer__tags">
|
||||
<h3>Tags</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue