diff --git a/src/generators/packages.fsx b/src/generators/packages.fsx index 189f4ba..50058b3 100644 --- a/src/generators/packages.fsx +++ b/src/generators/packages.fsx @@ -33,6 +33,7 @@ let generate' (ctx : SiteContents) (_: string) = !!"Want to add a package to the curated list?" a [] [ !!"File a PR" + Href ("https://github.com/fslaborg/fslaborg.github.io/tree/main/src/content/datascience-packages") span [Class "icon"] [i [Class "fa fa-code-branch"] []] ] ] @@ -111,4 +112,4 @@ let generate' (ctx : SiteContents) (_: string) = let generate (ctx : SiteContents) (projectRoot: string) (page: string) = printfn "[Packages-Generator] Starting generate function ..." generate' ctx page - |> Layout.render ctx \ No newline at end of file + |> Layout.render ctx