diff --git a/aio/tools/transforms/templates/api/base.template.html b/aio/tools/transforms/templates/api/base.template.html index 72b6fe9a7a..365ab34b5d 100644 --- a/aio/tools/transforms/templates/api/base.template.html +++ b/aio/tools/transforms/templates/api/base.template.html @@ -1,6 +1,6 @@ {% import "lib/githubLinks.html" as github -%} {% set comma = joiner(',') %} -{% set slash = joiner('/') %} +{% set breadcrumbDelimiter = joiner('>') %}
{$ github.githubLinks(doc, versionInfo) $}

{$ doc.name $}