From 8a5877f7c8b671e79496091fbdc9282f7983d234 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Mon, 31 May 2021 11:40:59 -0400 Subject: [PATCH] Add sample usage of meta frontmatter to layout Signed-off-by: Matthew Peveler --- source/index.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/index.html.md b/source/index.html.md index f4be8c6..db24627 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -17,6 +17,10 @@ includes: search: true code_clipboard: true + +meta: + - name: description + content: Documentation for the Kittn API --- # Introduction