File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,14 +159,14 @@ function isLast(breadcrumb: DocEntry[], index: number) {
159159 </aside >
160160 <div class =" container doc-main" >
161161 <!-- Breadcrumbs should include only site pages, not logical categories in your IA. -->
162- <!-- < nav aria-label="breadcrumb" v-if="showNavigation ">
162+ <nav aria-label =" breadcrumb" v-if =" route.name === 'resources' && route.params.level2 " class = " mb-3 " >
163163 <ol class =" breadcrumb" v-if =" breadcrumb" >
164164 <li class =" breadcrumb-item text-truncate" v-for =" (item, index) of breadcrumb" :class =" isLast(breadcrumb, index) ? 'active' : ''" >
165165 <router-link v-if =" item.path && !isLast(breadcrumb, index)" :to =" { path: item.path }" >{{ item.label }}</router-link >
166166 <template v-else >{{ item.label }}</template >
167167 </li >
168168 </ol >
169- </nav> -->
169+ </nav >
170170 <div :style =" showNavigation ? 'max-width:50em;' : ''" >
171171 <div v-if =" data?.content" v-html =" data.content" class =" content" @click =" showImage($event.target)" ref =" content" ></div >
172172 <div v-else-if =" component" class =" content" ><component :is =" component" /></div >
@@ -216,7 +216,7 @@ main.resource-article {
216216.doc-main {
217217 grid-area : doc;
218218 margin-left : 1rem ;
219- padding-top : 2 rem ;
219+ padding-top : 1 rem ;
220220 padding-bottom : 3rem ;
221221}
222222.breadcrumb {
You can’t perform that action at this time.
0 commit comments