updated identifier_field

This commit is contained in:
2024-05-26 17:14:51 +00:00
parent 2f9df15f26
commit 24470ffc8d
15 changed files with 1076 additions and 16 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
<ul>
{{ range .Pages }}
<li>
<a href="{{ .Permalink }}">{{ .Title }}</a>
<p>{{ .Params.description }}</p>
<a href="{{ .Permalink }}">{{ .Name }}</a>
<p>{{ .Params.name }}</p>
</li>
{{ end }}
</ul>