🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit afa20e05064e1ae9366f3365173ff4174963c4d0
Parent: 25c8db469d54bec4ef9189fc680eabf8fc3286c6
Author: mcol <mcol@posteo.net>
Date: 2021-09-30 10:32:32 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-09-30 10:32:32 +0100

Reorder Template exports

src/Templates.hs Modified

@@ -1,10 +1,6 @@
 {-# Language LambdaCase #-}
 
 module Templates (
-    -- The Template data type and its constructors.
-    Template,
-    templatePath,
-    templateGinger,
     -- The Env data type and its constructors.
     Env,
     envConfig,
@@ -12,6 +8,10 @@
     envIndexTemplate,
     envCommitTemplate,
     envFileTemplate,
+    -- The Template data type and its constructors.
+    Template,
+    templatePath,
+    templateGinger,
     -- The entrypoint used by main.
     loadTemplates,
     -- The core functionality for which templates are used.