From 5c187f700fd1e868078d831b53fbfc0e256142b5 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Wed, 26 Oct 2016 16:06:25 -0700 Subject: testing non-accept content --- content/post.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/post.go b/content/post.go index c800479..37ad660 100644 --- a/content/post.go +++ b/content/post.go @@ -89,7 +89,7 @@ func (p *Post) SetSlug(slug string) { p.Slug = slug } // Editor partially implements editor.Editable func (p *Post) Editor() *editor.Editor { return &p.editor } -// Accepts accepts or recjects external requests to submit Post content -func (p *Post) Accepts() bool { - return true -} +// // Accepts accepts or recjects external requests to submit Post content +// func (p *Post) Accepts() bool { +// return true +// } -- cgit v1.2.3