From cb4122675b2e9d993a4fe889f3ee24274565507a Mon Sep 17 00:00:00 2001 From: adina Date: Wed, 1 Apr 2026 12:05:22 +0000 Subject: [PATCH] objectives: description comes first I find that it reads better to have the description first. Otherwise, there is a detachted "part of" preceeding the description paragraph. But this is just my subjective opinion - thus proposed as a PR. --- page_templates/objective.md.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/page_templates/objective.md.j2 b/page_templates/objective.md.j2 index 837467d..b2cdd3f 100644 --- a/page_templates/objective.md.j2 +++ b/page_templates/objective.md.j2 @@ -4,9 +4,9 @@ params: graphRootNodePID: {{ pid }} --- +{{ description }} + Part of {% for item in part_of %} - [{{ item.title }}](/{{ item.pid.replace('xyzrsens:', '') }}) -{% endfor %} - -{{ description }} +{% endfor %} \ No newline at end of file -- 2.52.0