diff options
| author | Fuwn <[email protected]> | 2021-07-20 00:18:35 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-20 00:18:35 +0000 |
| commit | 55604f7912fadc3c23aee3e7da347b1b79e0104a (patch) | |
| tree | 46ffdde1a2ec8895e76808bf1c566c7cfa435578 | |
| parent | feat(route): lots of options for blog routes (diff) | |
| download | space-55604f7912fadc3c23aee3e7da347b1b79e0104a.tar.xz space-55604f7912fadc3c23aee3e7da347b1b79e0104a.zip | |
fix(route): remove debug print statements
| -rw-r--r-- | route.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -100,7 +100,6 @@ func createBlogRoute(baseRoute string, postPath string, name string, reverse boo // Could be useful later: // https://golangcode.com/sorting-an-array-of-numeric-items/ for _, file := range contents { - println(file.Name()) if file.Name() == "0description.gmi" { description = GetContent("pages" + baseRoute + "/" + file.Name()) files += description + "\n" |