diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-28 12:58:25 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-28 12:58:25 -0700 |
commit | c178f2e403b0b711d8aa3c0155d1368827f88afd (patch) | |
tree | 3550104fd9ed23859947ecce1cff8c41480d6288 /content | |
parent | 5c187f700fd1e868078d831b53fbfc0e256142b5 (diff) |
adding some clean up code and UI toggle for future external vs. internal posted content
Diffstat (limited to 'content')
-rw-r--r-- | content/post.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/content/post.go b/content/post.go index 37ad660..dcdfeff 100644 --- a/content/post.go +++ b/content/post.go @@ -88,8 +88,3 @@ 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 -// } |