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