forked from fediversity/fediversity
		
	git-subtree-dir: website git-subtree-mainline:83b1c9ac3bgit-subtree-split:d208ee83f8
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			359 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			359 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable file
		
	
	
	
	
| {{ define "main" }} {{ partial "page-header" . }}
 | |
| 
 | |
| <section class="section">
 | |
|   <div class="container">
 | |
|     <ul class="text-center">
 | |
|       {{ range .RegularPages }}
 | |
|       <li class="m-3">
 | |
|         <a href="{{ .Permalink }}" class="text-dark block text-xl">
 | |
|           {{ .Title }}
 | |
|         </a>
 | |
|       </li>
 | |
|       {{ end }}
 | |
|     </ul>
 | |
|   </div>
 | |
| </section>
 | |
| {{ end }}
 |