Compare commits

...

2 commits

Author SHA1 Message Date
a9715ae9f5
fix: CV table 2025-04-15 19:10:06 +02:00
12e229c41a
style: restrict old-style numbers 2025-04-15 19:09:57 +02:00
2 changed files with 8 additions and 6 deletions

View file

@ -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 {

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" . ) | 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 }}