mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
10 lines
166 B
HTML
10 lines
166 B
HTML
{{ define "main" }}
|
|
|
|
<ul id="posts">
|
|
{{ range .Paginator.Pages.ByWeight }}
|
|
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
|
|
{{ end }}
|
|
</ul>
|
|
|
|
{{ end }}
|