From ce2db60a8aa5939e468aa1dd9ae89e5510a0fb51 Mon Sep 17 00:00:00 2001 From: Joseph Cohen Date: Thu, 15 May 2014 12:21:16 -0400 Subject: [PATCH] Change demo page routes to /demo/{page} --- themes/demo/pages/ajax.htm | 4 ++-- themes/demo/pages/plugins.htm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/demo/pages/ajax.htm b/themes/demo/pages/ajax.htm index f63e3cc7b..620af4daf 100644 --- a/themes/demo/pages/ajax.htm +++ b/themes/demo/pages/ajax.htm @@ -1,5 +1,5 @@ title = "AJAX framework" -url = "/ajax" +url = "/demo/ajax" layout = "default" == -
{% partial "explain/ajax.htm" %}
\ No newline at end of file +
{% partial "explain/ajax.htm" %}
diff --git a/themes/demo/pages/plugins.htm b/themes/demo/pages/plugins.htm index 73cae0d2a..ac6b8465b 100644 --- a/themes/demo/pages/plugins.htm +++ b/themes/demo/pages/plugins.htm @@ -1,5 +1,5 @@ title = "Plugin components" -url = "/plugins" +url = "/demo/plugins" layout = "default" [demoTodo]