diff --git a/layout/includes/third-party/abcjs/abcjs.pug b/layout/includes/third-party/abcjs/abcjs.pug index d1a32bf..22a98b8 100644 --- a/layout/includes/third-party/abcjs/abcjs.pug +++ b/layout/includes/third-party/abcjs/abcjs.pug @@ -24,7 +24,7 @@ script. const options = { ...params, responsive: "resize" } // Render the music score using ABCJS.renderAbc - ABCJS.renderAbc(ele, ele.innerHTML, options) + ABCJS.renderAbc(ele, ele.textContent, options) } }, 100) } diff --git a/source/css/_layout/head.styl b/source/css/_layout/head.styl index 9752d73..128a5ab 100644 --- a/source/css/_layout/head.styl +++ b/source/css/_layout/head.styl @@ -462,6 +462,4 @@ & > :first-child opacity: 0 - - transform: translateY(10px) - + transform: translateY(10px) \ No newline at end of file