Merge pull request #1467 from henrik/patch-1
Fix proxy pages link in config template
This commit is contained in:
commit
35e01136fc
|
@ -24,7 +24,7 @@
|
||||||
# page "/admin/*"
|
# page "/admin/*"
|
||||||
# end
|
# 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 => {
|
# proxy "/this-page-has-no-template.html", "/template-file.html", :locals => {
|
||||||
# :which_fake_page => "Rendering a fake page with a local variable" }
|
# :which_fake_page => "Rendering a fake page with a local variable" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue