mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-13 05:45:31 -04:00
if multiple of the same shortcode are used, only load scripts once
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
{{ partial "head" . }}
|
||||
</head>
|
||||
<body>
|
||||
{{ block "header" . }}{{ partial "header" . }}{{ end }}
|
||||
{{ partial "header" . }}
|
||||
<div id="wrap">
|
||||
{{ block "main" . }}{{ end }}
|
||||
</div>
|
||||
{{ block "footer" . }}{{ partial "footer" . }}{{ end }}
|
||||
{{ partial "footer" . }}
|
||||
{{ partial "scripts" . }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user