Skip to content
Snippets Groups Projects
Commit e34ab545 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Fix image title in header and more outside it.

parent 53b39d28
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -118,8 +118,9 @@ task :new_post, :title do |t, args|
post.puts "comments: true"
post.puts "author: FIRST LAST"
post.puts "author_twitter: HANDLE_WITHOUT_@"
post.puts "---"
post.puts "image_title: '/images/unspash/FILENAME.jpg'"
post.puts "---"
post.puts "<!-- more -->"
end
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment