| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-07 | Update navigation links | xengineering | |
| 2023-02-12 | Make add.html a template | xengineering | |
| This allows to use partial HTML files via Go's templating features. | |||
| 2023-02-12 | Move footer to own template file | xengineering | |
| 2023-02-12 | Move <head/> section to own template file | xengineering | |
| This reduces copies of the same HTML code. | |||
| 2023-02-08 | Add new recipe edit page | xengineering | |
| Recipes should be completely editable and removable. Thus this edit page was added. | |||
| 2023-01-11 | Switch to simple.css | xengineering | |
| This makes it easier to maintain and it looks better. | |||
| 2022-11-11 | Ensure that storage folder exists for debugging | xengineering | |
| A not existing data/storage folder could break the program with the debug.json config file used. The .gitkeep file which is introduced with this commit ensures that the folder exists. | |||
| 2022-11-07 | Add existing work | xengineering | |
