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 }