diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-26 16:06:25 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-26 16:06:25 -0700 |
commit | 5c187f700fd1e868078d831b53fbfc0e256142b5 (patch) | |
tree | c437d219ead68069b9fa90dff9e4057191c75f36 | |
parent | dbdd46e5477d8288970b564550616e0ba8fcd5e2 (diff) |
testing non-accept content
-rw-r--r-- | content/post.go | 8 |
1 files 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 +// } |