Push URL for page/post edit

- Style tweaks on devotion theme
This commit is contained in:
2022-06-03 07:10:55 -04:00
parent 7a1d438d68
commit 2a5afc536e
5 changed files with 26 additions and 19 deletions

View File

@@ -9,6 +9,7 @@ let private themes () =
Directory.EnumerateDirectories "themes"
|> Seq.map (fun it -> it.Split Path.DirectorySeparatorChar |> Array.last)
|> Seq.filter (fun it -> it <> "admin")
|> Seq.sort
|> Seq.map (fun it -> KeyValuePair.Create (it, it))
|> Array.ofSeq