diff options
author | EuAndreh <eu@euandre.org> | 2021-08-20 19:24:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-20 19:24:51 -0300 |
commit | 467e5773b9176cfc7fb84a8f1e0fc52d00f7459b (patch) | |
tree | 1501623cde36b5bc0cf2e35dcc2c85dd9b9e2106 /aux/ci/report.sh | |
parent | aux/ci/report.sh: Add description metadata, use <ol>, use spaces for HTML (diff) | |
download | git-permalink-467e5773b9176cfc7fb84a8f1e0fc52d00f7459b.tar.gz git-permalink-467e5773b9176cfc7fb84a8f1e0fc52d00f7459b.tar.xz |
aux/ci/report.sh: Put project name at the beginning of the titel
Diffstat (limited to 'aux/ci/report.sh')
-rwxr-xr-x | aux/ci/report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/report.sh b/aux/ci/report.sh index 2a4ad65..2b50106 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -53,7 +53,7 @@ cat <<EOF >> "$OUT" <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="description" content="CI logs for $PROJECT" /> <link rel="icon" type="image/svg+xml" href="favicon.svg" /> - <title>CI logs for $PROJECT</title> + <title>$PROJECT - CI logs</title> <style> pre { |