From 5fb1b5e636c5db1c7b8197e7a9d448c70aaeb8b1 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 6 Dec 2014 09:19:51 +1100 Subject: [PATCH] authorUrl -> homepage --- themes/demo/theme.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/demo/theme.yaml b/themes/demo/theme.yaml index 8ad40572a..dc90a6e54 100644 --- a/themes/demo/theme.yaml +++ b/themes/demo/theme.yaml @@ -1,4 +1,4 @@ name: Demo description: Demo OctoberCMS theme. Demonstrates the basic concepts of the front-end theming: layouts, pages, partials, components, content blocks, AJAX framework. author: OctoberCMS -authorUrl: 'http://octobercms.com' \ No newline at end of file +homepage: 'http://octobercms.com' \ No newline at end of file