diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a5276..10affd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Docs0 Changelog +## 1.1.4 (2024-12-16) +- Fix loading style with no script + ## 1.1.3 (2024-10-13) - Hide redirects and unlisted pages from "Next Reading" list and search index diff --git a/_layouts/default.html b/_layouts/default.html index 29d38fd..28a5187 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,6 +15,11 @@ + diff --git a/package.json b/package.json index e2c07f2..2257487 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Docs0", - "version": "1.1.3", - "lastUpdated": "2024-10-13", + "version": "1.1.4", + "lastUpdated": "2024-12-16", "scripts": { "run (incremental)": "bundle exec jekyll serve --incremental --port 4001", "run (full)": "bundle exec jekyll serve --port 4001",