Skip to content

Commit 7fa327e

Browse files
authored
chore: customize <title> and add new <meta> description tag (#1719)
1 parent b9ae4de commit 7fa327e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<#-- Copied from Dokka, customized for SEO: https://github.com/Kotlin/dokka/blob/3cc0b61498877f8e9025c1260f967f7e4236b301/dokka-subprojects/plugin-base/src/main/resources/dokka/templates/includes/page_metadata.ftl -->
2+
<#macro display>
3+
<title>${pageName} - AWS SDK for Kotlin</title>
4+
<meta name="description" content="Learn how to use ${pageName} in the AWS SDK for Kotlin">
5+
<@template_cmd name="pathToRoot">
6+
<link href="${pathToRoot}images/logo-icon.svg" rel="icon" type="image/svg">
7+
</@template_cmd>
8+
</#macro>

0 commit comments

Comments
 (0)