diff --git a/README.md b/README.md index 9067b71b..ceb7c4ac 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ $ rails g blogit:install rake blogit:install:migrations # You don't need to run this again if you've already done so -rake acts_as_taggable_on:install:migrations +rake acts_as_taggable_on_engine:install:migrations # This will run any pending migrations rake db:migrate diff --git a/app/views/blogit/comments/_disqus_comments.html.erb b/app/views/blogit/comments/_disqus_comments.html.erb deleted file mode 100644 index 01182351..00000000 --- a/app/views/blogit/comments/_disqus_comments.html.erb +++ /dev/null @@ -1,14 +0,0 @@ -
- - -comments powered by Disqus diff --git a/app/views/blogit/posts/index.html.erb b/app/views/blogit/posts/index.html.erb index b2ebf05a..029cfd29 100644 --- a/app/views/blogit/posts/index.html.erb +++ b/app/views/blogit/posts/index.html.erb @@ -1,22 +1,26 @@ -<% if params[:tag] %> -