Skip to content

Commit

Permalink
bug fix new dathub info page
Browse files Browse the repository at this point in the history
  • Loading branch information
CMR248 committed Nov 23, 2023
1 parent ee22bbe commit f9ee290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ module Predicates =

let isPrivacyHero f = PrivacyHeroPredicate("",f)


let DatahubHeroPredicate (projectRoot: string, page: string) =
let fileName = Path.GetFileNameWithoutExtension page
let ext = Path.GetExtension page
Expand Down Expand Up @@ -478,4 +477,5 @@ module Datahub =

let createDatahubPageName (heroPath:string) =
heroPath.Replace("/hero.md",".html")


0 comments on commit f9ee290

Please sign in to comment.