diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-25 16:01:06 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-25 16:01:06 +0200 |
| commit | 7539ba2f88b4c028ca259b15542ac7fc15d536c8 (patch) | |
| tree | a2558cf6e9abcb6dd2a9da48f29d1fef14f76ea8 /build.sh | |
| parent | 09340772dee135dfc9d2f9f51d6467413cddfdff (diff) | |
| download | sebastiano.tronto.net-7539ba2f88b4c028ca259b15542ac7fc15d536c8.tar.gz sebastiano.tronto.net-7539ba2f88b4c028ca259b15542ac7fc15d536c8.zip | |
Removed email links from homepage (bottom bar is enough)
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -20,7 +20,6 @@ recursivebuild() { | |||
| 20 | cat bottom.html >> "$destdir/index.html" | 20 | cat bottom.html >> "$destdir/index.html" |
| 21 | 21 | ||
| 22 | lowdown -Tgemini --gemini-link-roman \ | 22 | lowdown -Tgemini --gemini-link-roman \ |
| 23 | --gemini-link-end \ | ||
| 24 | "$1/$file" > "$destdir_gmi/index.gmi" | 23 | "$1/$file" > "$destdir_gmi/index.gmi" |
| 25 | cat bottom.gmi >> "$destdir_gmi/index.gmi" | 24 | cat bottom.gmi >> "$destdir_gmi/index.gmi" |
| 26 | elif [ "$extension" = "html" ]; then | 25 | elif [ "$extension" = "html" ]; then |
