conditionally link about.html
parent
689a17cfc4
commit
d4ecf85cfe
|
@ -21,7 +21,7 @@ run_pystagit () {
|
||||||
cd "${out_dir}" && \
|
cd "${out_dir}" && \
|
||||||
/usr/bin/pystagit "${repo_dir}" && \
|
/usr/bin/pystagit "${repo_dir}" && \
|
||||||
if [ -f about.html ]; then
|
if [ -f about.html ]; then
|
||||||
ln -sf files.html index.html
|
ln -sf about.html index.html
|
||||||
else
|
else
|
||||||
ln -sf log.html index.html
|
ln -sf log.html index.html
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue