Summary
This PR utilizes Eleventy's template data files, and Eleventy computed data, to DRY up the front matter required for both posts and announcements. Before, each post required explicit layout
and eleventyNavigation
keys; now they do not.
Hopefully, this will reduce some repeated effort for all of us, and also eliminate some overhead for our contributors, who should not need to know about this front matter.