mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
made link preview optional
This commit is contained in:
parent
4a3c4fdef5
commit
e49a1ac9db
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
name: Jacky Zhao
|
name: Jacky Zhao
|
||||||
enableToc: true
|
enableToc: true
|
||||||
|
enableLinkPreview: true
|
||||||
description:
|
description:
|
||||||
Here is the page description. This is an example Quartz site that details installation,
|
Here is the page description. This is an example Quartz site that details installation,
|
||||||
setup, customization, and troubleshooting for Quartz itself.
|
setup, customization, and troubleshooting for Quartz itself.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
{{if $.Site.Data.config.enableLinkPreview}}
|
||||||
<script>
|
<script>
|
||||||
function htmlToElement(html) {
|
function htmlToElement(html) {
|
||||||
const template = document.createElement('template')
|
const template = document.createElement('template')
|
||||||
|
@ -26,4 +27,5 @@
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
{{end}}
|
Loading…
Reference in a new issue