site/layouts/partials/projects.html

7 lines
148 B
HTML
Raw Normal View History

2024-06-05 20:43:19 +02:00
<h3>{{ i18n "projects.title" }}</h3>
<ul id="projects">
{{- range where .Site.Pages "Section" "projects" }}
{{ .Render "li" }}
{{- end }}
</ul>