All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 1m6s
The project page workflow is now also injecting a `generated` property, filled with any `Thing` that is annotated to have been `generated_by` that project. Within the project page Jinja template the taxonomy linkage had been factored out into a macro. This makes everything more readable. This macro is likely to be factored out even further to also be usable for other templates.
8 lines
225 B
TOML
8 lines
225 B
TOML
tag = "tags"
|
|
# person related to the subject of a page
|
|
person = "persons"
|
|
# projects related to the subject of a page
|
|
project = "projects"
|
|
# topics related to the subject of a page
|
|
topic = "topics"
|
|
instrument = "instruments"
|