changed scripts/gemini.awk so that navigation bar is at the top instead of the bottom

This commit is contained in:
Abdullah Islam 2023-06-21 15:13:34 +06:00
parent 4bd53d1a8d
commit ac7e12cf17
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
{ print }
END {
BEGIN {
printf "%s", genNavbarGMI(FILENAME, "src/", "gmi/")
printf "%s", body
}
{ print }