Skip to content

Commit

Permalink
Rename template (#119)
Browse files Browse the repository at this point in the history
* Rename template
  • Loading branch information
KovalevDima authored Dec 31, 2024
1 parent 7dd92cf commit e5282e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QA/documentation/README.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ main = do
hakyllWith defaultConfiguration{providerDirectory="QA"} $ do
-- html templates
match "documentation/tmpl-*" $ compile templateCompiler
match "documentation/template.html" $ compile templateCompiler
let -- documentation content
pattern = ("**.lhs" .||. "**.md")
Expand Down Expand Up @@ -65,7 +65,7 @@ main = do
pandocCompiler
>>=
loadAndApplyTemplate
"documentation/tmpl-main.html"
"documentation/template.html"
(defaultContext <> mkNavigationCtx navigation)
>>= relativizeUrls
Expand Down
File renamed without changes.

0 comments on commit e5282e2

Please sign in to comment.