mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 02:12:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			371 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			371 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ template "theme/chrome/header.html" . }}
 | 
						|
  <div id="article">
 | 
						|
      <h1>{{.Title}}</h1>
 | 
						|
  <ul class="posts">
 | 
						|
      {{ range .Data.Pages }}
 | 
						|
      <li><span><a href="{{ .Permalink }}">{{ .Title }}</a><time class="pull-right post-list">{{ .Date.Format "Mon, Jan 2, 2006" }}</h4></time></span></span></li>
 | 
						|
      {{ end }}
 | 
						|
  </ul>
 | 
						|
{{ template "theme/chrome/footer.html" }}
 |