Merge pull request #1160 from minivan/template-link-fix

Fix dynamic pages link in the config template
This commit is contained in:
Thomas Reynolds 2014-01-27 09:49:10 -08:00
commit 277721ee1c

View file

@ -24,7 +24,7 @@
# page "/admin/*"
# end
# Proxy pages (http://middlemanapp.com/dynamic-pages/)
# Proxy pages (http://middlemanapp.com/basics/dynamic-pages/)
# proxy "/this-page-has-no-template.html", "/template-file.html", :locals => {
# :which_fake_page => "Rendering a fake page with a local variable" }