aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-01-12 17:05:00 +0000
committerChristine Dodrill <me@christine.website>2019-01-12 17:05:26 +0000
commit7056c5dbbfc5a7e184d0db0ddcf20eca487408a2 (patch)
tree5e239b8304a984fcea07bc98d0e05129b579ac2d /cmd
parent38094754bda1da9de26c283b4c233f95aa2b58f1 (diff)
downloadxesite-7056c5dbbfc5a7e184d0db0ddcf20eca487408a2.tar.xz
xesite-7056c5dbbfc5a7e184d0db0ddcf20eca487408a2.zip
tidy
Diffstat (limited to 'cmd')
-rw-r--r--cmd/site/html.go2
-rw-r--r--cmd/site/main.go2
-rw-r--r--cmd/site/rss.go2
3 files changed, 3 insertions, 3 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) {
diff --git a/cmd/site/main.go b/cmd/site/main.go
index deb9543..3791585 100644
--- a/cmd/site/main.go
+++ b/cmd/site/main.go
@@ -13,7 +13,7 @@ import (
"time"
"github.com/Xe/jsonfeed"
- "github.com/Xe/ln"
+ "within.website/ln"
"github.com/gorilla/feeds"
blackfriday "github.com/russross/blackfriday"
"github.com/tj/front"
diff --git a/cmd/site/rss.go b/cmd/site/rss.go
index 15e9163..b1845cd 100644
--- a/cmd/site/rss.go
+++ b/cmd/site/rss.go
@@ -5,7 +5,7 @@ import (
"net/http"
"time"
- "github.com/Xe/ln"
+ "within.website/ln"
)
var bootTime = time.Now()