You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{{if $.Site.Data.config.enableLinkPreview}}
|
|
{{ $js := resources.Get "js/popover.js" | resources.Fingerprint "md5" | resources.Minify }}
|
|
<script src="{{ $js.Permalink }}"></script>
|
|
<script>
|
|
initPopover({{strings.TrimRight "/" .Site.BaseURL }})
|
|
</script>
|
|
{{end}} |