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 \
|
--include robots.txt \
|
||||||
--blog \
|
--blog \
|
||||||
--rss
|
--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
|
tar -czf blog.tar.gz _site
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--!
|
|
||||||
%%%SIGNED_PAGES_PGP_SIGNATURE%%%
|
|
||||||
-->
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
|
Reference in New Issue
Block a user