Skip to content

Commit

Permalink
new patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 13, 2023
1 parent 8ca2244 commit d49132a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [0.13.2] - 2023-12-13
### Fixed
- Break long links [#19].

## [0.13.1] - 2023-12-10
### Fixed
- Archive pages [#17] on Lume 2.0.0.
Expand Down Expand Up @@ -168,7 +172,9 @@ First version
[#15]: https://github.com/lumeland/theme-simple-blog/issues/15
[#16]: https://github.com/lumeland/theme-simple-blog/issues/16
[#17]: https://github.com/lumeland/theme-simple-blog/issues/17
[#19]: https://github.com/lumeland/theme-simple-blog/issues/19

[0.13.2]: https://github.com/lumeland/theme-simple-blog/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/lumeland/theme-simple-blog/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/lumeland/theme-simple-blog/compare/v0.12.2...v0.13.0
[0.12.2]: https://github.com/lumeland/theme-simple-blog/compare/v0.12.1...v0.12.2
Expand Down
2 changes: 1 addition & 1 deletion plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function (options: Options = {}) {
// Basic CSS Design System
site.remoteFile(
"_includes/css/ds.css",
"https://unpkg.com/@lumeland/[email protected].2/ds.css",
"https://unpkg.com/@lumeland/[email protected].3/ds.css",
);

// Mastodon comment system
Expand Down

0 comments on commit d49132a

Please sign in to comment.