Put styling into its own workflow file

This commit is contained in:
Achim Rohn
2026-04-05 11:55:03 +02:00
parent 1c1c68a8af
commit 67791ec3c3
3 changed files with 219 additions and 219 deletions
@@ -66,6 +66,7 @@ func (p *Page) getMetaData() PageWebsiteMetaData {
Title: texts.PageTitle,
Lang: En,
Description: texts.PageDescription,
StyleSrcs: []string{"/static/workflow.css"},
}
}