diff options
| author | Christine Dodrill <me@christine.website> | 2019-01-12 17:05:00 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-01-12 17:05:26 +0000 |
| commit | 7056c5dbbfc5a7e184d0db0ddcf20eca487408a2 (patch) | |
| tree | 5e239b8304a984fcea07bc98d0e05129b579ac2d /cmd/site/html.go | |
| parent | 38094754bda1da9de26c283b4c233f95aa2b58f1 (diff) | |
| download | xesite-7056c5dbbfc5a7e184d0db0ddcf20eca487408a2.tar.xz xesite-7056c5dbbfc5a7e184d0db0ddcf20eca487408a2.zip | |
tidy
Diffstat (limited to 'cmd/site/html.go')
| -rw-r--r-- | cmd/site/html.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/site/html.go b/cmd/site/html.go index 5c6b828..c851342 100644 --- a/cmd/site/html.go +++ b/cmd/site/html.go @@ -7,7 +7,7 @@ import ( "net/http" "time" - "github.com/Xe/ln" + "within.website/ln" ) func logTemplateTime(name string, from time.Time) { |
