From 0401f7f148a508689b1fe7e9e9ae2aaf66c8f718 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 5 May 2021 09:54:43 -0400 Subject: [PATCH] feat: warn if focus-area is missing --- _plugins/checkusers.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/_plugins/checkusers.rb b/_plugins/checkusers.rb index 4f79839ac..89b33059c 100755 --- a/_plugins/checkusers.rb +++ b/_plugins/checkusers.rb @@ -24,6 +24,7 @@ def generate(site) person.key 'title' person.key 'institution', :nonempty person.key 'photo', :optional + person.key 'focus-area', :optional person.print_warnings