We can store content from external projects yay
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user