Fix breadcrumb links to be clearer.
This commit is contained in:
		
							parent
							
								
									8c982ab711
								
							
						
					
					
						commit
						5be2865c2d
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		|  | @ -47,15 +47,15 @@ | |||
|     </header> | ||||
|     <div class="content"> | ||||
|       <div class="container"> | ||||
|         <TMPL_IF PARENTLINKS> | ||||
|           <ol class="breadcrumb"> | ||||
|       <TMPL_IF PARENTLINKS> | ||||
|            Wiki Path: | ||||
|        <ol class="breadcrumb"> | ||||
|             <TMPL_LOOP PARENTLINKS> | ||||
|             <li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a></li> | ||||
|             <li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a> →</li> | ||||
|             </TMPL_LOOP> | ||||
|           </ol> | ||||
|             <li><TMPL_VAR NAME=PAGE></li> | ||||
|         </ol> | ||||
|         </TMPL_IF> | ||||
|         <div class="page-header"> | ||||
|         </div> | ||||
| 
 | ||||
|         <TMPL_VAR CONTENT> | ||||
|       </div> <!-- /container --> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn