-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add id to home in dispatch rules, add seo keywords and description to…
… head in page.tpl (#654) * Add id to home in dispatch, add seo keywords and description to page.tpl * Remove seo from head
- Loading branch information
1 parent
e4af2ea
commit 5d33db6
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[{home, [], controller_template, [ {template, "page.tpl"} ]}, | ||
[{home, [], controller_template, [ {template, "page.tpl"}, {id, home} ]}, | ||
{search, ["search"], controller_template, [ {template, "page.tpl"} ]} | ||
]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters