Skip to content

team cards fix

Ghost User requested to merge (removed):main into main

Hugo's shortcode render_team.html uses

{{ with ($.Site.GetPage (printf "/%s" "contributors")) }}

to lookup folder/files to render content.

Previously it was looping through contributors folder. But we now have contributors.md file as well in content folder which confused the lookup.

Since I could not see anywhere where that file would be rendered on the page I have renamed to TMP_contributors.md until it is decided what needs to happen with it.

I have also renamed card-deck class to card-group as Bootstrap 5 renamed it.

Merge request reports