You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
286 B
HTML

<!DOCTYPE html>
<html>
{{partial "head" .}}
<body>
{{partial "profile" .}}
<aside id="posts">
{{range first 10 .Site.RegularPages}}
{{partial "post" .}}
<hr>
{{end}}
</aside>
</body>
</html>