We can store content from external projects yay

This commit is contained in:
2024-08-08 12:10:54 -04:00
parent 9557d90560
commit b4f53691ca
8 changed files with 41 additions and 70 deletions

View File

@@ -0,0 +1,7 @@
{{/* This custom shortcode lets me list all the resources available. Pretty cool yeah? */}}
<ul>
{{ range .Page.Resources }}
<li>{{ .RelPermalink }} - {{ .ResourceType }} - {{ .Name }}</li>
{{ end }}
</ul>