Compare commits
2 commits
bfa512eb6f
...
a9715ae9f5
Author | SHA1 | Date | |
---|---|---|---|
a9715ae9f5 | |||
12e229c41a |
2 changed files with 8 additions and 6 deletions
|
@ -62,11 +62,13 @@ hgroup {
|
|||
text-wrap: balance;
|
||||
}
|
||||
|
||||
p {
|
||||
text-wrap: pretty;
|
||||
font-variant-numeric: oldstyle-nums;
|
||||
margin-block: 1em;
|
||||
margin-block: 1lh;
|
||||
.article-body__content {
|
||||
& p {
|
||||
text-wrap: pretty;
|
||||
font-variant-numeric: oldstyle-nums;
|
||||
margin-block: 1em;
|
||||
margin-block: 1lh;
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
|
|
|
@ -64,7 +64,7 @@ function drawChart() {
|
|||
{{- if $add_redacted -}}
|
||||
{{- $.Scratch.Set "parents" ( $.Scratch.Get "parents" | append "███████████████" ) -}}
|
||||
{{- else -}}
|
||||
{{- $.Scratch.Set "parents" ( $.Scratch.Get "parents" | append ( ( partial "cv/organisation/get_top_level_ancestor.html" . ) | plainify ) ) -}}
|
||||
{{- $.Scratch.Set "parents" ( $.Scratch.Get "parents" | append ( ( partial "cv/organisation/get_top_level_ancestor.html" . ) | .RenderString | plainify ) ) -}}
|
||||
{{- end -}}
|
||||
{{- else -}}
|
||||
{{ erroridf "missing-organisation" "Could not find organisation %q (%q)" . $.File.Path }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue