From ca3e426f4af940b28c78fb682e8eb11a9b659e2a Mon Sep 17 00:00:00 2001 From: Adam Kerrigan Date: Mon, 15 Feb 2021 17:08:15 +0000 Subject: [PATCH] have the meta tags be pulled from the metadata of the chapter. --- src/theme/index.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/theme/index.hbs b/src/theme/index.hbs index e9e6cff8..4df78acf 100644 --- a/src/theme/index.hbs +++ b/src/theme/index.hbs @@ -16,7 +16,9 @@ {{> head}} - + {{#if description}}{{/if}} + {{#if keywords}}{{/if}} + {{#if author}}{{/if}}