From 5e4f8b006f43306ca1a1d48fac93e63a62152ce8 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Sat, 20 May 2017 15:58:33 +0200 Subject: [PATCH] reset default config after meta on each page --- render | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/render b/render index 6f54650..132e706 100755 --- a/render +++ b/render @@ -2,7 +2,7 @@ # # WebNomad, your slick and static website publisher # -# Copyright (C) 2012-2015 Denis Roio +# Copyright (C) 2012-2017 Denis Roio # # This source code is free software; you can redistribute it and/or # modify it under the terms of the GNU Public License as published by @@ -351,6 +351,7 @@ strip_meta() { # read metadata on each file which can change global settings source_meta() { # source the contents + source config.zsh ztmp awk 'BEGIN { meta=0; } /^/ { meta=1; next }