feat: postmortem on why users were not able to signup yesterday.

This commit is contained in:
silver 2023-09-28 21:03:10 +01:00
parent 36a0108a2c
commit 53d5da9a56
8 changed files with 402 additions and 3 deletions

View file

@ -26,7 +26,7 @@ html_void = []
enable = true
# Set a base template
# Optional
#general = "./src/template.html"
general = "./src/templates/general.html"
powerpoint = "./src/templates/powerpoint.html"
# Priority of the templates to use, first one to match a markdown file is used.