diff options
| author | Ahmed M Alaa <aa@4b.cx> | 2022-12-03 23:54:37 +0200 |
|---|---|---|
| committer | Ahmed M Alaa <aa@4b.cx> | 2022-12-03 23:54:37 +0200 |
| commit | 06e0d3f6499fefa06f78247caddcf34018af180c (patch) | |
| tree | 55a8ca9e6424cd83f21a88be1ccb5d86a5c6f13c | |
| parent | aafd0dd80ed865e981b1e2647703a90cd7225122 (diff) | |
fix: theme demo and repo urls
| -rw-r--r-- | theme.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ name = "no style, please!" description = "A (nearly) no-CSS, fast, minimalist Zola theme" license = "MIT" -homepage = "https://gitlab.com/4bcx/no-style-please-zola" +homepage = "https://gitlab.com/4bcx/no-style-please" min_version = "0.4.0" -demo = "https://4b.cx/no-style-please-zola" +demo = "https://4bcx.gitlab.io/no-style-please" [extra] |
