Add docs link to admin header (#25)
- Change executable name in release packages
This commit is contained in:
@@ -200,7 +200,7 @@ type UserLinksTag () =
|
||||
|> Seq.iter result.WriteLine
|
||||
|
||||
/// A filter to retrieve the value of a meta item from a list
|
||||
// (shorter than `{% assign item = list | where: "name", [name] | first %}{{ item.value }}`)
|
||||
// (shorter than `{% assign item = list | where: "Name", [name] | first %}{{ item.value }}`)
|
||||
type ValueFilter () =
|
||||
static member Value (_ : Context, items : MetaItem list, name : string) =
|
||||
match items |> List.tryFind (fun it -> it.Name = name) with
|
||||
|
||||
Reference in New Issue
Block a user