Add asset fingerprinting and SRI

This commit is contained in:
James Panther
2021-08-21 12:20:29 +10:00
parent d022bc8df7
commit 444dbcd3ca
6 changed files with 2776 additions and 24 deletions
+6
View File
@@ -15,6 +15,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Multiple colour schemes
- Edit links on article pages
- Icons for Foursquare and Pinterest
- Asset fingerprinting and SRI
- CSS minification for custom stylesheets
### Changed
- Static assets are now managed through Hugo Pipelines
### Fixed