conditionally link about.html

main
Ricard Illa 2021-02-06 20:31:19 +01:00
parent 689a17cfc4
commit d4ecf85cfe
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ run_pystagit () {
cd "${out_dir}" && \
/usr/bin/pystagit "${repo_dir}" && \
if [ -f about.html ]; then
ln -sf files.html index.html
ln -sf about.html index.html
else
ln -sf log.html index.html
fi