Izumiko / hugo-encrypt

Port of hugo_encryptor in golang
MIT License
39 stars 11 forks source link

Preserve non-encrypted post content after decryption #2

Closed chaosbunker closed 5 years ago

chaosbunker commented 5 years ago

Before, non-encrypted post content that comes before or after the cipher text was replaced with the decrypted text. This preserves non-encrypted content.

Minor changes: Add <noscript> tag and rename some id's.

I meant to add this to the previous PR, but didn't get to it in time.