summaryrefslogtreecommitdiffstats
path: root/layouts/_partials/pages.html
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-04-24 11:15:04 -0400
committerSam Anthony <sam@samanthony.xyz>2026-04-24 11:15:04 -0400
commit544ced362819ae9bd2abd9c12480f76945b368aa (patch)
tree84695604c33c6266a65d63759e3474c9bd87892e /layouts/_partials/pages.html
parent8dfec6a37d8adb55d500df1866901e3ee0d3c067 (diff)
downloadsamanthony.xyz-544ced362819ae9bd2abd9c12480f76945b368aa.zip
format htmlHEADmaster
Diffstat (limited to 'layouts/_partials/pages.html')
-rw-r--r--layouts/_partials/pages.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/layouts/_partials/pages.html b/layouts/_partials/pages.html
index 6a7dc16..8ebdb58 100644
--- a/layouts/_partials/pages.html
+++ b/layouts/_partials/pages.html
@@ -7,20 +7,20 @@ Renders a table of pages.
*/}}
<table>
- <thead>
- <tr>
- <th>Date</th>
- <th>Title</th>
- <th><a href="{{ partial "taxonomy-url.html" (dict "taxonomy" "tags" "site" .Site) }}">Tags</a></th>
- </tr>
- </thead>
- <tbody>
- {{- range .Pages }}
- <tr>
- <td>{{ partial "date.html" .Date -}}</td>
- <td><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></td>
- <td>{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}</td>
- </tr>
- {{- end }}
- </tbody>
+ <thead>
+ <tr>
+ <th>Date</th>
+ <th>Title</th>
+ <th><a href="{{ partial "taxonomy-url.html" (dict "taxonomy" "tags" "site" .Site) }}">Tags</a></th>
+ </tr>
+ </thead>
+ <tbody>
+ {{- range .Pages }}
+ <tr>
+ <td>{{ partial "date.html" .Date -}}</td>
+ <td><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></td>
+ <td>{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}</td>
+ </tr>
+ {{- end }}
+ </tbody>
</table>