Skip to content

Commit

Permalink
fix method declaration in erb syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaSpencer committed Jan 23, 2018
1 parent 5518232 commit c026a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyllposter/answers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def dump(path_or_file, stdout = true)
if hl.agree('Do you want to add custom fields? (usable as {{LAYOUT_TYPE.FIELD}} in templates) ', true)
hl.say('Your fields should be inputted as FIELD=>TEXT HERE')
hl.say("Enter 'EOL' on a new line and press enter when you are done.")
hl.say("<% color('NOTE', :bold, :red) %>: Input is <% color('NOT', :bold, :red) %> evaluated!")
hl.say("<% HighLine.color('NOTE', :bold, :red) %>: Input is <% HighLine.color('NOT', :bold, :red) %> evaluated!")
custom_fields = hl.ask('Fields?') do |q|
q.gather = /^EOL$/
end
Expand Down

0 comments on commit c026a44

Please sign in to comment.