Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorzwbetz-gh <zwbetz@gmail.com>2022-05-31 05:33:30 +0300
committerzwbetz-gh <zwbetz@gmail.com>2022-05-31 05:33:30 +0300
commitd5ffe2f36953ae9183c3c7e5c6b4bc83ef1961a9 (patch)
treeb13e51e10de39b07f594a6fcb59faf5b24cee7c6 /assets
parentefbc6acf902b3413c1814c3eb662bed0558ca5d1 (diff)
fix 71
Diffstat (limited to 'assets')
-rw-r--r--assets/js/template-dom-scripts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/template-dom-scripts.js b/assets/js/template-dom-scripts.js
index c2f6b65..a9c9d10 100644
--- a/assets/js/template-dom-scripts.js
+++ b/assets/js/template-dom-scripts.js
@@ -70,7 +70,7 @@
var link = document.createElement('a');
link.setAttribute('href', '#' + id);
- link.innerHTML = '<svg aria-hidden="true" class="link-icon" viewBox="0 0 50 50" focusable="false"> <use xlink:href="#link"></use> </svg>';
+ link.innerHTML = '<svg aria-hidden="true" class="link-icon" viewBox="0 0 50 50" focusable="false"> <use href="#link"></use> </svg>';
container.appendChild(link);