diff options
| author | Silvano Sallese <svavs@users.noreply.github.com> | 2023-05-10 23:47:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-10 23:47:36 +0200 |
| commit | 83740ca83ffa1b20a600efd09915450b187960ce (patch) | |
| tree | b4d33d2ca9a846d6c07680e5fc4871bd5a8f7350 /theme.toml | |
| parent | 9366861e47f13502a9c8f26ee868c24fadf639e1 (diff) | |
| parent | c922a4da0b7088e63785a1c7d5dbceda743e6efd (diff) | |
Merge pull request #5 from Jieiku/master
Fix For New Zola Versions and fix for github URL
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ name = "particle" description = "Particle theme for Zola" license = "MIT" -homepage = "https://github.com/svavs/particle" -min_version = "0.11.0" +homepage = "https://github.com/svavs/particle-zola" +min_version = "0.16.1" demo = "https://particle-zola.vercel.app/" [author] |
