Remove some stray ""
This commit is contained in:
parent
501dc6ed51
commit
f3a0b7ab27
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@
|
||||||
|
|
||||||
{{ if and .IsPage .Params.is_p5js_sketch }}
|
{{ if and .IsPage .Params.is_p5js_sketch }}
|
||||||
<script src="{{ `scripts/p5-1.4.1.min.js` | absURL }}"></script>
|
<script src="{{ `scripts/p5-1.4.1.min.js` | absURL }}"></script>
|
||||||
<script src="{{ `scripts/sketch-utils.js` | absURL }}"></script>"
|
<script src="{{ `scripts/sketch-utils.js` | absURL }}"></script>
|
||||||
{{ with .Resources.GetMatch "sketch.js" }}
|
{{ with .Resources.GetMatch "sketch.js" }}
|
||||||
<script src="{{ .RelPermalink }}"></script>"
|
<script src="{{ .RelPermalink }}"></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue