feat: recent posts section/partial
This commit is contained in:
		@@ -4,11 +4,17 @@
 | 
			
		||||
        <div class="section">
 | 
			
		||||
            <div class="desc">
 | 
			
		||||
                <h3><a href="{{ .Permalink }}">{{- .Title -}}</a></h3>
 | 
			
		||||
                <ul class="tags">
 | 
			
		||||
                    {{ range (.GetTerms "tags") }}
 | 
			
		||||
                    <li><a href="{{ .Permalink }}">{{ .LinkTitle | title}}</a></li>
 | 
			
		||||
                    {{ end }}
 | 
			
		||||
                </ul>
 | 
			
		||||
                <p>{{- .Summary -}}{{if .Truncated}}...{{end}}</p>
 | 
			
		||||
            </div>
 | 
			
		||||
            <p class="meta">
 | 
			
		||||
                {{ .ReadingTime }} minute read. Last updated {{if ne .Date .Lastmod}}{{ .Lastmod.Format "January 2, 2006" }}{{else}}Unknown{{end}}
 | 
			
		||||
            </p>
 | 
			
		||||
 | 
			
		||||
        </div>
 | 
			
		||||
    </li>
 | 
			
		||||
    {{- end -}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user