aboutsummaryrefslogtreecommitdiff
path: root/dokka-subprojects/plugin-base/src/main/resources/dokka/templates/includes/page_metadata.ftl
blob: 7cab45828b606cd0513f8359d8994a635f470f8b (plain)
1
2
3
4
5
6
<#macro display>
    <title>${pageName}</title>
    <@template_cmd name="pathToRoot">
    <link href="${pathToRoot}images/logo-icon.svg" rel="icon" type="image/svg">
    </@template_cmd>
</#macro>