|
|
@ -138,7 +138,7 @@ func HandleWebmention(w http.ResponseWriter, r *http.Request) { |
|
|
|
e := saveWebmention(&Mention{ |
|
|
|
Source: sourceUrl.String(), |
|
|
|
Target: targetUrl.String(), |
|
|
|
Date: time.Now().Format(time.RFC3339), |
|
|
|
Date: time.Now().Format("2006-01-02"), |
|
|
|
}) |
|
|
|
if e != nil { |
|
|
|
fmt.Println("Failed to save webmention:", e.Error()) |
|
|
|