From eb20e809b0c94ade76373cddc10b69070777b31c Mon Sep 17 00:00:00 2001 From: Matt Bernhardt Date: Wed, 4 May 2022 10:47:24 -0400 Subject: [PATCH 1/2] Update links to two libguides for frontpage ** Why are these changes being introduced: * The frontpage loads a random collection of libguides to show to the user. While those guides have been stable over years, two of them recently changed their URLs. ** Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/uxws-1366 ** How does this address that need: * This updates the curated set of guides that this theme stores with the current URLs. * I considered some deeper changes to this feature, including: * Widgetizing the area and loading one widget at random * Loading guide information from the libguides API * Creating a custom post type for guides, similar to how we handle expert profiles, and loading those at random using similar JS Each of those would involve more engineering work than I think is warranted at the moment (given that this is the first change in several years). However, if more changes start coming then each of these could be more viable than a static HTML document in the theme. ** Document any side effects to this change: * None, but we are choosing to continue using a hard-to-update feature of the theme. --- guide-list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide-list.html b/guide-list.html index a14bc5fc..f0a7588b 100644 --- a/guide-list.html +++ b/guide-list.html @@ -28,10 +28,10 @@