refactored the global computed value so that it computes each files outbound links and while doing so populates the backlinks array of pages found linking to. This reduces an expensive loop over all pages for each page the backlinks was being computed for
added HTML link parser and test fixture running 11ty programatically so see the added functionality working in situ
This PR does two things: