Welcome to mirror list, hosted at ThFree Co, Russian Federation.

schema-breadcrumblist.html « layouts - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cef35bfa77f65e990dc99bf5b40bf3c27b49f860 (plain)
1
2
3
4
5
6
7
<% breadcrumb_json = build_breadcrumb_list(@item.path.to_s) %>

<% unless breadcrumb_json.nil? %>
<script type="application/ld+json">
<%= JSON.pretty_generate(breadcrumb_json) %>
</script>
<% end %>