diff --git a/src/site/components/merger-crosslinks.html b/src/site/components/merger-crosslinks.html deleted file mode 100755 index faee2b5f1c..0000000000 --- a/src/site/components/merger-crosslinks.html +++ /dev/null @@ -1,55 +0,0 @@ -{% comment %} -===================== -Crosslinks -===================== - -Used for: -- lists of links to content within a particular channel or section. -- lists of Related Links when the `isRelated` property is set in the -include tag, e.g.: -{% include "src/site/components/navigation-links-list.html" with isRelated = true %} - -NOTE: Can also pass majorlinks or relatedlinks in as a variable on the include -tag, e.g.: - - {% include "src/site/components/navigation-links-list.html" with majorlinks = anothergroupofmajorlinks %} - -In this example, `anothergroupofmajorlinks` is a group of links that uses the -same YAML structure as `majorlinks`, but with a different group name. Pass the -different group name as the value for the `majorlinks` variable of the include. - -See https://help.shopify.com/themes/liquid/tags/theme-tags#include -{% endcomment %} - - diff --git a/src/site/includes/education-sco.html b/src/site/includes/education-sco.html index 24b09631dc..eecfd56bdb 100644 --- a/src/site/includes/education-sco.html +++ b/src/site/includes/education-sco.html @@ -20,11 +20,6 @@

{% include "src/site/components/hub-page-link-list.html" %} {% endif %} - - {% if crosslinks != empty %} - {% include "src/site/components/merger-crosslinks.html" %} - {% endif %} - {% include "src/site/includes/above-footer-elements.drupal.liquid" %}