diff --git a/layouts/gallery/single.html b/layouts/gallery/single.html
index 68ae2af..0cdc052 100644
--- a/layouts/gallery/single.html
+++ b/layouts/gallery/single.html
@@ -88,7 +88,7 @@
$('.grid-sizer').removeClass('quarter');
},
});
- }
+ });
{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/body/perfectscrollbar.html b/layouts/partials/body/perfectscrollbar.html
index 5a97435..e72d303 100644
--- a/layouts/partials/body/perfectscrollbar.html
+++ b/layouts/partials/body/perfectscrollbar.html
@@ -9,6 +9,6 @@
$(document).ready(function () {
var pre = $('pre');
pre.perfectScrollbar();
- }
+ });
{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/sidebar/sidebar-single.html b/layouts/partials/sidebar/sidebar-single.html
index 28c2e09..24d69ea 100644
--- a/layouts/partials/sidebar/sidebar-single.html
+++ b/layouts/partials/sidebar/sidebar-single.html
@@ -104,7 +104,7 @@
});
}
});
- }
+ });
{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/sidebar/site-mark.html b/layouts/partials/sidebar/site-mark.html
index 7156100..9d01ce2 100644
--- a/layouts/partials/sidebar/site-mark.html
+++ b/layouts/partials/sidebar/site-mark.html
@@ -35,6 +35,6 @@
};
$("#search").on("input", mark);
- }
+ });
{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/sidebar/site-search.html b/layouts/partials/sidebar/site-search.html
index 07b4711..f8da567 100644
--- a/layouts/partials/sidebar/site-search.html
+++ b/layouts/partials/sidebar/site-search.html
@@ -142,6 +142,6 @@
}
}
});
- }
+ });
{{ end }}
\ No newline at end of file