Merge pull request #1467 from henrik/patch-1

Fix proxy pages link in config template
This commit is contained in:
Eliott Appleford 2015-02-23 16:50:40 +00:00
commit 35e01136fc

View file

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