Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Middleman 3 code #2

Open
matiaskorhonen opened this issue May 11, 2012 · 1 comment
Open

Broken Middleman 3 code #2

matiaskorhonen opened this issue May 11, 2012 · 1 comment

Comments

@matiaskorhonen
Copy link

The code for Middleman 3 appears to be broken, there's a mismatched end tag and even after removing it I can't get the code to work.

@multiscan
Copy link
Owner

In fact you're right, the final "end" tag should be removed: it was the "end" corresponding to "helpers do" that you should already have in your config.rb.
In any case the code should included in the helpers space:

helpers do
# PASTE THE CODE HERE
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants