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 41737a29ec50ea035eeea8c91d0dae7404400f38
parent 728d5d24607dffaa1c2549b48a2b8ea7facdc7d0
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  8 Jun 2024 17:04:42 +0200

fix: reorder list of sub-pages

Diffstat:
Mbin/git_update_repo_html.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/git_update_repo_html.sh b/bin/git_update_repo_html.sh @@ -70,8 +70,8 @@ SUMR=" <ul> <li><a href=\"log.html\">Log</a></li> <li><a href=\"files.html\">Files</a></li> - <li><a href=\"refs.html\">Refs</a></li> <li><a href=\"exports/\">Exports</a></li> + <li><a href=\"refs.html\">Refs</a></li> <li><a href=\"file/${RDME:-..}\">README</a></li> </ul> </div>