You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<aside> |
|
<div> |
|
<div> |
|
<h3>LATEST POSTS</h3> |
|
</div> |
|
<div> |
|
<ul> |
|
{{ range first 5 .Site.Pages }} |
|
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li> |
|
{{ end }} |
|
</ul> |
|
</div> |
|
</div> |
|
</aside>
|
|
|