mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-03 19:56:36 +00:00 
			
		
		
		
	Make it possible to easily add sources
This commit is contained in:
		
							parent
							
								
									cb9b6b7a7a
								
							
						
					
					
						commit
						319c9b0da3
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
					@ -21,5 +21,17 @@
 | 
				
			||||||
      {{ end }}
 | 
					      {{ end }}
 | 
				
			||||||
    {{ end }}
 | 
					    {{ end }}
 | 
				
			||||||
    {{ .Content }}
 | 
					    {{ .Content }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <div id="sources">
 | 
				
			||||||
 | 
					      {{ if .Params.Sources }}
 | 
				
			||||||
 | 
					        <h2>Sources</h2>
 | 
				
			||||||
 | 
					        <ul>
 | 
				
			||||||
 | 
					        {{ range $i, $e := .Params.Sources }}
 | 
				
			||||||
 | 
					          <li>{{ markdownify $e }}</li>
 | 
				
			||||||
 | 
					        {{ end }}
 | 
				
			||||||
 | 
					        </ul>
 | 
				
			||||||
 | 
					      {{ end }}
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
{{ end }}
 | 
					{{ end }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue