Compare commits

..

No commits in common. "a9715ae9f5fce0a2e79434a4efcbec30193be663" and "bfa512eb6fff09049f6c7e717522a5e5828a0bef" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View file

@ -62,13 +62,11 @@ hgroup {
text-wrap: balance;
}
.article-body__content {
& p {
text-wrap: pretty;
font-variant-numeric: oldstyle-nums;
margin-block: 1em;
margin-block: 1lh;
}
p {
text-wrap: pretty;
font-variant-numeric: oldstyle-nums;
margin-block: 1em;
margin-block: 1lh;
}
section {

View file

@ -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" . ) | .RenderString | plainify ) ) -}}
{{- $.Scratch.Set "parents" ( $.Scratch.Get "parents" | append ( ( partial "cv/organisation/get_top_level_ancestor.html" . ) | plainify ) ) -}}
{{- end -}}
{{- else -}}
{{ erroridf "missing-organisation" "Could not find organisation %q (%q)" . $.File.Path }}