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