Add a JavaScript file for the photos list
This commit is contained in:
parent
ad9f83ed39
commit
da994bd6b7
2 changed files with 117 additions and 0 deletions
|
@ -17,3 +17,9 @@
|
|||
{{ define "footer" }}
|
||||
{{ partial "footer.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "scripts" }}
|
||||
{{- with resources.Get "scripts/photos/list.js" | fingerprint "md5" -}}
|
||||
<script src="{{ .RelPermalink }}"></script>
|
||||
{{- end -}}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue