hugo-theme-cyberscopes/layouts/shortcodes/pv/link.html

6 lines
214 B
HTML

{{- $target := .Get "target" | default "id" -}}
{{- $prefix := .Get "prefix" | default "#" -}}
this.id = item
this.mode = 'view'
this.data_bak = {}
<a :href="'{{ $prefix }}' + {{ $target }}">{{ .Inner }}</a>