diff options
Diffstat (limited to 'build.py')
| -rw-r--r-- | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ BUILD_DIR = ROOT_PATH / "build" STATIC_DIR = ROOT_PATH / "static" REQUIRED_FIELDS = set(["domain", "name"]) -OPTIONAL_FIELDS = set(["url", "title", "email"]) +OPTIONAL_FIELDS = set(["url", "title", "email", "github"]) TEMPLATES = ["index.html"] |
