summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2024-03-24Replace appdata completely by embed packagexengineering
The embed package makes it useless to handle static files from the source tree during runtime. All those files go simply to the embed.FS variable and are thus embedded into the binary which is easier to handle.