site/layouts/partials/projects.html

7 lines
148 B
HTML

<h3>{{ i18n "projects.title" }}</h3>
<ul id="projects">
{{- range where .Site.Pages "Section" "projects" }}
{{ .Render "li" }}
{{- end }}
</ul>