From 654a971e7363cfaf013aa7c666b55377a0a5e843 Mon Sep 17 00:00:00 2001 From: Billyyyyy3320 Date: Sat, 25 Jan 2020 17:31:30 +0800 Subject: [PATCH] fix: `location` shouldn't be required when setting `author` in front matter (#58) --- global-components/BaseListLayout.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global-components/BaseListLayout.vue b/global-components/BaseListLayout.vue index bc4deca..7b38c77 100644 --- a/global-components/BaseListLayout.vue +++ b/global-components/BaseListLayout.vue @@ -13,10 +13,10 @@
- {{ page.frontmatter.author }} in - {{ page.frontmatter.location }} + {{ page.frontmatter.author }} + +   in {{ page.frontmatter.location }} +