wizard

placeholder description
git clone git@git.shmage.xyz/wizard.git
Log | Files | Refs | README

commit 6b012549ae6759a7704bed9dda854e9fea0a9d4e
parent c8bf719e3d4a4c6ed1e70c5091f72e542ffc7a3d
Author: vimux <vimux@protonmail.com>
Date:   Wed, 31 Jul 2019 23:54:31 -0400

Fix links to LICENSE file

Diffstat:
MREADME.md | 2+-
Mtheme.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -28,4 +28,4 @@ Have you found a bug or got an idea for a new feature? Feel free to use the [iss ## License -This theme is released under the [MIT license](https://github.com/Vimux/blank/blob/master/LICENSE.md). +This theme is released under the [MIT license](https://github.com/Vimux/blank/blob/master/LICENSE). diff --git a/theme.toml b/theme.toml @@ -1,6 +1,6 @@ name = "Blank" license = "MIT" -licenselink = "https://github.com/vimux/blank/blob/master/LICENSE.md" +licenselink = "https://github.com/vimux/blank/blob/master/LICENSE" description = "Starter Hugo theme for developers." homepage = "https://github.com/vimux/blank/" tags = ["blog", "plain", "blank", "starter"]