This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 93634fe2527ff195a95a07d0d7a7c0a15e21024f Author: Greg Stein <[email protected]> AuthorDate: Wed Oct 8 23:44:00 2025 -0500 load up the icons --- v3/server/templates/header.ezt | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/server/templates/header.ezt b/v3/server/templates/header.ezt index 2a59c23..f22818d 100644 --- a/v3/server/templates/header.ezt +++ b/v3/server/templates/header.ezt @@ -6,6 +6,7 @@ <title>Apache STeVe: [title]</title> <link href="/static/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"> + <link href="/static/css/bootstrap-icons.css" rel="stylesheet"> <link href="/static/css/steve.css" rel="stylesheet"> </head> <body>
