Add PGP signatures

This commit is contained in:
PapaTutuWawa 2020-09-21 18:33:01 +02:00
parent 50d6c80ec3
commit e031db40ad
2 changed files with 4 additions and 0 deletions

View File

@ -41,4 +41,5 @@ build: ${OPTIMIZED_IMAGES}
--include robots.txt \ --include robots.txt \
--blog \ --blog \
--rss --rss
python ../shared-assets/pgp-sign.py $(wildcard _site/*.html)
tar -czf blog.tar.gz _site tar -czf blog.tar.gz _site

View File

@ -1,4 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--!
%%%SIGNED_PAGES_PGP_SIGNATURE%%%
-->
<html lang="en"> <html lang="en">
<head> <head>
<title>{{ title }}</title> <title>{{ title }}</title>