Browse Source

[Minor] Unbreak liquid error in jekyll

tags/3.0
Vsevolod Stakhov 3 years ago
parent
commit
53851cbe0f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/lua/lua_task.c

+ 1
- 1
src/lua/lua_task.c View File

@@ -413,7 +413,7 @@ LUA_FUNCTION_DEF (task, get_raw_headers);
* Modify an existing or non-existing header with the name `name`
* Mods is a table with the following structure:
* {
* "add" = {{order, value}, {order, value}},
* "add" = { {order, value}, {order, value} },
* "remove" = {order, order, order}
* }
* Modifications are evaluated in order: remove, add, so headers are first

Loading…
Cancel
Save