Add docs link to admin header (#25)

- Change executable name in release packages
This commit is contained in:
2022-07-26 20:37:18 -04:00
parent 3189681021
commit b1ca48c2c5
3 changed files with 17 additions and 3 deletions

View File

@@ -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