Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Minimal Theme compiler for Obsidian

MIT License
Copyright (c) 2020-2024 Steph Ango (@kepano)
Copyright (c) 2020-2025 Steph Ango (@kepano)

Grunt is JS library that runs a sequence of compilation tasks, and watches
the working files to automatically run this sequence whenever changes happen.
Expand Down Expand Up @@ -104,3 +104,4 @@ module.exports = function(grunt) {
});
grunt.registerTask('default',['env:local','loadconst','watch']);
}

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2024 Steph Ango (@kepano)
Copyright (c) 2020-2025 Steph Ango (@kepano)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion src/css/license.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://github.com/kepano/obsidian-minimal

MIT License

Copyright (c) 2020-2024 Steph Ango (@kepano)
Copyright (c) 2020-2025 Steph Ango (@kepano)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -38,3 +38,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

*/