Skip to content

Commit 4ce963f

Browse files
committed
Customize <title> and add new <meta> description tag
1 parent 43d2ae8 commit 4ce963f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<#macro display>
2+
<title>${pageName} - AWS SDK for Kotlin</title>
3+
<meta name="description" content="Learn how to use ${pageName} in the AWS SDK for Kotlin">
4+
<@template_cmd name="pathToRoot">
5+
<link href="${pathToRoot}images/logo-icon.svg" rel="icon" type="image/svg">
6+
</@template_cmd>
7+
</#macro>

0 commit comments

Comments
 (0)