From 28efe65bf55e1ad491f914889121691f2929709a Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Fri, 5 Feb 2021 13:17:15 -0500 Subject: [PATCH] Fix some invalid Liquid (#17705) * Remove quotes from render paths * Do the same for includes * Fix {{{ in breadcrumbs * Remove some old octicon syntax * Fix some wonks * Borked one * Unchange `render` calls * Smaller diff * Even smaller --- includes/breadcrumbs.html | 13 +++++++------ layouts/product-sublanding.html | 2 +- layouts/release-notes.html | 2 +- .../managing-available-metrics-and-reports.md | 2 +- .../data/reusables/enterprise-accounts/hooks-tab.md | 2 +- .../reusables/enterprise-accounts/messages-tab.md | 2 +- .../data/reusables/github-insights/events-tab.md | 2 +- .../reusables/github-insights/exclude-files-tab.md | 2 +- .../reusables/github-insights/repo-groups-tab.md | 2 +- .../reusables/github-insights/repositories-tab.md | 2 +- .../data/reusables/github-insights/settings-tab.md | 2 +- .../data/reusables/github-insights/teams-tab.md | 2 +- 12 files changed, 18 insertions(+), 17 deletions(-) diff --git a/includes/breadcrumbs.html b/includes/breadcrumbs.html index 9fdc33acc4..029737f08c 100644 --- a/includes/breadcrumbs.html +++ b/includes/breadcrumbs.html @@ -1,10 +1,11 @@ diff --git a/layouts/product-sublanding.html b/layouts/product-sublanding.html index 5a50f9029f..f9650843bb 100644 --- a/layouts/product-sublanding.html +++ b/layouts/product-sublanding.html @@ -104,7 +104,7 @@ {% if page.includeGuides %}
- {% include 'article-cards' %} + {% include article-cards %}
{% endif %} diff --git a/layouts/release-notes.html b/layouts/release-notes.html index ad12b44fd3..0f3096a615 100644 --- a/layouts/release-notes.html +++ b/layouts/release-notes.html @@ -68,7 +68,7 @@ {% for section in patch.sections %}
- {% include 'release-notes-category-label' %} + {% include release-notes-category-label %}