Add PDF button to footer

This commit is contained in:
relikd
2021-04-08 01:25:38 +02:00
parent 4a0526cea4
commit 55c45d3460
4 changed files with 6 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ server:
build: dist
@cd '$(PROJDIR)' && \
lektor build --output-path ../bin --buildstate-path ../build-state -f ENABLE_APPCACHE -f ENABLE_PDF_EXPORT
lektor build --output-path ../bin --buildstate-path ../build-state -f ENABLE_PDF_EXPORT # -f ENABLE_APPCACHE
@echo
@echo 'Checking dead links ...'
@python3 extras/find-dead-links.py