typegen: add missing qmltypelink shortcode
This commit is contained in:
parent
18debdc9db
commit
419ebe0cd3
9
layouts/shortcodes/qmltypelink.html
Normal file
9
layouts/shortcodes/qmltypelink.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{- $params := dict
|
||||
"type" (.Get "type")
|
||||
"module" (.Get "module")
|
||||
"name" (.Get "name")
|
||||
"mtype" (.Get "mtype")
|
||||
"mname" (.Get "mname")
|
||||
-}}
|
||||
|
||||
{{- partial "qmltype.html" $params -}}
|
Loading…
Reference in a new issue