Disable PGP signing
This commit is contained in:
parent
e031db40ad
commit
6dec85b787
2
Makefile
2
Makefile
@ -41,5 +41,5 @@ build: ${OPTIMIZED_IMAGES}
|
||||
--include robots.txt \
|
||||
--blog \
|
||||
--rss
|
||||
python ../shared-assets/pgp-sign.py $(wildcard _site/*.html)
|
||||
#python ../shared-assets/pgp-sign.py $(wildcard _site/*.html)
|
||||
tar -czf blog.tar.gz _site
|
||||
|
@ -1,7 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!--!
|
||||
%%%SIGNED_PAGES_PGP_SIGNATURE%%%
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
|
Reference in New Issue
Block a user