From e8dbab0346bdbb9c2e42e15d8eb02df6909b9f05 Mon Sep 17 00:00:00 2001 From: Chris Kim <42885441+chriskim2311@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:35:11 -0800 Subject: [PATCH] remove more files --- .../components/navigation-links-list.html | 69 ------------------- 1 file changed, 69 deletions(-) delete mode 100644 src/site/components/navigation-links-list.html diff --git a/src/site/components/navigation-links-list.html b/src/site/components/navigation-links-list.html deleted file mode 100644 index 54286f5cd3..0000000000 --- a/src/site/components/navigation-links-list.html +++ /dev/null @@ -1,69 +0,0 @@ -{% comment %} -===================== -Links List -===================== - -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 %} - -{% if isRelated == true %} -{% assign linklist = relatedlinks %} -{% else %} -{% assign linklist = majorlinks %} -{% endif %} - -
-
- -
-