From 3d5e34ddb6b78877561bb3ea2b3e61f92c126535 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Tue, 18 Jul 2023 15:55:57 +0200 Subject: [PATCH] Add legal checkboxes under comment replies --- partials/isso-scripts.hbs | 76 +++++++++++++++++++++++++++++++++++++++ post.hbs | 59 ++---------------------------- 2 files changed, 78 insertions(+), 57 deletions(-) create mode 100644 partials/isso-scripts.hbs diff --git a/partials/isso-scripts.hbs b/partials/isso-scripts.hbs new file mode 100644 index 0000000..61a9d1d --- /dev/null +++ b/partials/isso-scripts.hbs @@ -0,0 +1,76 @@ + diff --git a/post.hbs b/post.hbs index d5c5802..90c3f81 100644 --- a/post.hbs +++ b/post.hbs @@ -203,61 +203,7 @@ >
- + {{> isso-scripts }} @@ -326,7 +272,6 @@ var $postContent = $(".post-full-content"); $postContent.fitVids(); // FitVids - end - // Replace nav with title on scroll - start Casper.stickyNavTitle({ navSelector: '.site-nav-main', @@ -354,4 +299,4 @@ }); }); - {{/contentFor}} \ No newline at end of file + {{/contentFor}}