diff --git a/_includes/macros/unordered-list-item-with-link.njk b/_includes/macros/unordered-list-item-with-link.njk index 867ae9b..461790f 100644 --- a/_includes/macros/unordered-list-item-with-link.njk +++ b/_includes/macros/unordered-list-item-with-link.njk @@ -11,7 +11,7 @@ {% endmacro %} {% macro listItemsWithExternalLink(listClass, listItem) %} -
Complete list of examples available and page data on Content Data (opens in a new tab).
{% endif %} diff --git a/_includes/partials/help-improve.njk b/_includes/partials/help-improve.njk index e1a59cc..3f62f20 100644 --- a/_includes/partials/help-improve.njk +++ b/_includes/partials/help-improve.njk @@ -1,4 +1,4 @@To help make sure that this page is useful, relevant and up to date, submit a GitHub issue (opens in a new tab) with your proposed updates.
{{ insights[i].date }} | {{ insights[i].description | markdown }} | - {{ insights[i].title }} (opens in a new tab) + {% if insights[i].link and insights[i].title %} + {{ insights[i].title }} (opens in a new tab) + {% endif %} | {{ insights[i].documentFormat }} |
---|