pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit d9ba58c35729c83cc8f1bf93c539193eb92c8700
parent d795eaadaf67b195f33158e7e667b6e8fc997eb8
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 20 Sep 2021 13:21:54 +0200

Make it more obvious that icon is back-link

Diffstat:
Aassets/backicon.png | 0
Mbin/git_update_repo_html.sh | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/backicon.png b/assets/backicon.png Binary files differ. diff --git a/bin/git_update_repo_html.sh b/bin/git_update_repo_html.sh @@ -20,4 +20,4 @@ fi # link assets ln -sf "${1}/assets/style.css" "${1}/${2}/${3}/style.css" ln -sf "${1}/assets/favicon.png" "${1}/${2}/${3}/favicon.png" -ln -sf "${1}/assets/favicon.png" "${1}/${2}/${3}/logo.png" +ln -sf "${1}/assets/backicon.png" "${1}/${2}/${3}/logo.png"