replaced shortcode with range
This commit is contained in:
		
							parent
							
								
									2097262850
								
							
						
					
					
						commit
						71fed60ab1
					
				|  | @ -1,5 +1,11 @@ | |||
| <div class="sidebar"> | ||||
|     <div class="sidebar-cell"> | ||||
|         {{< blogroll >}} | ||||
|         <p>Recommendations</p> | ||||
|          | ||||
|         {{ range .Site.Data.blogrolls.recommendations }} | ||||
|             <p>{{ .name }}</p> | ||||
|         {{ else }} | ||||
|             <p>No recommendations yet.</p> | ||||
|         {{ end }} | ||||
|     </div> | ||||
| </div> | ||||
		Loading…
	
		Reference in a new issue