Compare commits
No commits in common. "a9715ae9f5fce0a2e79434a4efcbec30193be663" and "bfa512eb6fff09049f6c7e717522a5e5828a0bef" have entirely different histories.
a9715ae9f5
...
bfa512eb6f
2 changed files with 6 additions and 8 deletions
|
@ -62,13 +62,11 @@ hgroup {
|
||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-body__content {
|
p {
|
||||||
& p {
|
text-wrap: pretty;
|
||||||
text-wrap: pretty;
|
font-variant-numeric: oldstyle-nums;
|
||||||
font-variant-numeric: oldstyle-nums;
|
margin-block: 1em;
|
||||||
margin-block: 1em;
|
margin-block: 1lh;
|
||||||
margin-block: 1lh;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
|
|
|
@ -64,7 +64,7 @@ function drawChart() {
|
||||||
{{- if $add_redacted -}}
|
{{- if $add_redacted -}}
|
||||||
{{- $.Scratch.Set "parents" ( $.Scratch.Get "parents" | append "███████████████" ) -}}
|
{{- $.Scratch.Set "parents" ( $.Scratch.Get "parents" | append "███████████████" ) -}}
|
||||||
{{- else -}}
|
{{- 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 -}}
|
{{- end -}}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{ erroridf "missing-organisation" "Could not find organisation %q (%q)" . $.File.Path }}
|
{{ erroridf "missing-organisation" "Could not find organisation %q (%q)" . $.File.Path }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue