summary description bug fix
This commit is contained in:
		
							parent
							
								
									e30aa48d2c
								
							
						
					
					
						commit
						a76f371a81
					
				|  | @ -5,7 +5,7 @@ | |||
|   </header> | ||||
|   <div class="summary-card__content"> | ||||
|     <div class="summary-card__text p2"> | ||||
|       {{ with $.Param "description" }} | ||||
|       {{ with .Params.description }} | ||||
|       {{ . }} | ||||
|       {{ else }} | ||||
|       {{ .Summary }} | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ | |||
|       </header> | ||||
|       <div> | ||||
|         <div class="summary-classic__text p2"> | ||||
|           {{ with $.Param "description" }} | ||||
|           {{ with .Params.description }} | ||||
|             {{ . }} | ||||
|           {{ else }} | ||||
|             {{ .Summary | safeHTML }} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 zzossig
						zzossig