forb

Forb is static blog generator inspired by jekyll
git clone https://noulin.net/git/forb.git
Log | Files | Refs | README | LICENSE

commit 2a1b2187c68859374ba2d7607bb5c454f12979e9
parent b2e64ac9a664c49bf5dcaf4192effcdee5a8db0a
Author: Remy Noulin <loader2x@gmail.com>
Date:   Wed, 22 Nov 2023 20:33:51 +0200

add missing variable in print

forb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Mforb.c | 2+-
Mpackage.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/forb.c b/forb.c @@ -498,7 +498,7 @@ void publish(const char *path) { // check extension if (not endsWithG(path, ".markdown")) { - logE("'%s' doesn't have the markdown extension. Stop."); + logE("'%s' doesn't have the markdown extension. Stop.", path); XFailure; } diff --git a/package.yml b/package.yml @@ -1,6 +1,6 @@ --- name: forb - version: 0.0.11 + version: 0.0.12 description: static blog generator with configuration files inspired by jekyll bin: ./forb.c repository: