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

Commit 649de38e8ede60b0c57b33531b9c2bacc098b7e1
Parent: cb84bf05a32e7be7e97858a6e27f49c6f4640ec9
Author: mcol <mcol@posteo.net>
Date: 2021-11-26 00:26:44 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-26 00:26:44 +0000

remove Private horizontal rules

src/Repositories.hs Modified

@@ -40,9 +40,6 @@
     repos <- loadRepos env
     mapM (processRepo env repos) repos
 
-----------------------------------------------------------------------------------------
--- Private -----------------------------------------------------------------------------
-
 {-
 Get paths along with their descriptions.
 -}

src/Index.hs Modified

@@ -24,9 +24,6 @@
 runIndex :: Env -> [Repo] -> IO ()
 runIndex env repos = mapM_ (runIndexFile env repos) . envIndexTemplates $ env
 
-----------------------------------------------------------------------------------------
--- Private -----------------------------------------------------------------------------
-
 runIndexFile :: Env -> [Repo] -> Template -> IO ()
 runIndexFile env repos template = do
     let output = combine (toFilePath . envOutputDirectory $ env) . toFilePath . templatePath $ template