~twopoint718

Wisconsin, USA

https://sencjw.com

Software developer from Wisconsin. Professionally, I work mostly in Rails & web tech. Personally, I’m interested in a variety of things: FP, embedded, and radio.

Recent activity

[PATCH] gssg use forward slashes even on platforms with `\` sep 1 year, 10 months ago

From Christopher Wilson to ~gsthnz/public-inbox

---
 page.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/page.go b/page.go
index c16ae3e..e39a59a 100644
--- a/page.go
+++ b/page.go
@@ -49,7 +49,8 @@ func parsePage(filename string) *Page {
	p.Content = string(b)
	p.rawDirectory, p.rawFilename = filepath.Split(filename)
    p.Filename = p.rawFilename
	p.URLPath, _ = filepath.Rel(config.SourceDir, filename)
	localPath, _ := filepath.Rel(config.SourceDir, filename)
[message trimmed]