aboutsummaryrefslogtreecommitdiffstats
path: root/page.go
diff options
context:
space:
mode:
authorEddy Pedroni <eddy@0xf7.com>2020-02-01 17:24:34 +0100
committerEddy Pedroni <eddy@0xf7.com>2020-02-01 17:24:34 +0100
commita34c18ba4135b14dc6d3502f194b3a1bbc89aae1 (patch)
tree873f74591ed383aaf587b4cb3a5e88468ed3f927 /page.go
parented306e653641769ffb8d084ea7717f18a5a9239c (diff)
Generation is working correctly, without temporary output directory
Diffstat (limited to 'page.go')
-rw-r--r--page.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/page.go b/page.go
index 5226df8..8bf656a 100644
--- a/page.go
+++ b/page.go
@@ -1,5 +1,7 @@
package main
+import ()
+
/*
* This file contains all the code related to turning entries into HTML pages
*/