You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO (https://github.com/lampepfl/scaladoc/issues/238): provide proper error handling
@@ -150,8 +150,8 @@ class StaticSiteContext(
150
150
ifFiles.exists(root.toPath.resolve(pagePath)) then pagePath
151
151
else pagePath.stripSuffix(".html") +".md"
152
152
153
-
valfile= root.toPath.resolve(path).toFile
154
-
valLoadedTemplate(template, children, _) = loadTemplate(file, isBlog).get // Add proper logging if file does not exisits
153
+
//val file = root.toPath.resolve(path).toFile
154
+
valLoadedTemplate(template, children, file) = loadTemplate(root.toPath.resolve(path).toFile, isBlog).get // Add proper logging if file does not exisits
0 commit comments