mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-04 07:55:59 -06:00
12 lines
266 B
HTML
12 lines
266 B
HTML
<div class="latest-posts full-width-page-list">
|
|
<hr>
|
|
<h1>
|
|
{{ i18n "latest_posts" }}
|
|
{{ partial "rss-link.html" .Site.Home }}
|
|
</h1>
|
|
|
|
{{ with .Site.RegularPages | first 5 }}
|
|
{{ partial "page-list.html" . }}
|
|
{{ end }}
|
|
</div>
|