freedom/layouts/partials/sidebar.html

6 lines
129 B
HTML
Raw Normal View History

2023-01-04 16:59:09 -05:00
<h2 style="text-align:center;width:100%">Recent Content</h2>
{{range first 3 .Site.RegularPages}}
{{ partial "item" .}}
2022-09-09 15:34:02 -04:00
{{end}}
2023-01-04 16:59:09 -05:00