made link preview optional

hugo
Jacky Zhao 3 years ago
parent 4a3c4fdef5
commit e49a1ac9db

@ -1,5 +1,6 @@
name: Jacky Zhao
enableToc: true
enableLinkPreview: true
description:
Here is the page description. This is an example Quartz site that details installation,
setup, customization, and troubleshooting for Quartz itself.

@ -1,3 +1,4 @@
{{if $.Site.Data.config.enableLinkPreview}}
<script>
function htmlToElement(html) {
const template = document.createElement('template')
@ -26,4 +27,5 @@
}
})
})
</script>
</script>
{{end}}
Loading…
Cancel
Save