diff --git a/assets/paste.html b/assets/paste.html index cdac78d..19fc1d2 100644 --- a/assets/paste.html +++ b/assets/paste.html @@ -36,7 +36,7 @@
- Home + Home Raw
diff --git a/main.go b/main.go index 0aafe02..a9f1101 100644 --- a/main.go +++ b/main.go @@ -41,7 +41,8 @@ type Response struct { type Page struct { Title string Body []byte - Link string + Raw string + Home string } func check(err error) {