mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 13:34:21 +00:00 
			
		
		
		
	ajout des peuples humains d'Alarian
This commit is contained in:
		
							parent
							
								
									94710e3e64
								
							
						
					
					
						commit
						4acabeeaf5
					
				
					 6 changed files with 93 additions and 7 deletions
				
			
		|  | @ -7,7 +7,7 @@ | |||
|             <span class="icon-bookmark breadcrumb-logo"></span> | ||||
|           </template> | ||||
|           <template v-else> | ||||
|             {{ item.text }} | ||||
|             <template v-if="item.community"><v-icon>mdi-account-group</v-icon> </template>{{ item.text }} | ||||
|           </template> | ||||
|         </v-breadcrumbs-item> | ||||
|       </template> | ||||
|  | @ -60,7 +60,7 @@ | |||
|             } else if (page.path == '/calculateur-de-rencontres/') { | ||||
|               crumbs.push({to: page.path, disabled: disabled, text: 'Calculateur de rencontres'}) | ||||
|             } else { | ||||
|               crumbs.push({to: page.path, disabled: disabled, text: page.frontmatter.breadcrumb || page.title}) | ||||
|               crumbs.push({to: page.path, disabled: disabled, text: page.frontmatter.breadcrumb || page.title, community: page.frontmatter.community}) | ||||
|             } | ||||
|           } | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine