From f27a46db44413cefdbf278e7f67949a838c32156 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 22 Nov 2020 15:30:11 +0100 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2185b6e..2c4c5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ - ENHANCEMENT - load static css/js assets from data template: Build-in assets are now hashed by default. The static assets are located - in the `assests` directory. The theme will read and use tha hashed files + in the `assests` directory. The theme will read and use the hashed files from `data/assets.json`. Exception: `custom.css` will be used unhashed.