mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Updated fixture for test theme to use @site
no refs refsb56e684258
The test theme fixture was using old `@blog` helper which was deprecated in v2 and replaced with `@site`. Since the latest bump to Gscan -b56e684258
- now validates a theme by going through nested `*.hbs` files, this was missed so far as it didn't fail the tests. This commit updates the test theme fixture to use updated value.
This commit is contained in:
parent
b56e684258
commit
cb43a8e3a8
@ -1,6 +1,6 @@
|
|||||||
<rss>
|
<rss>
|
||||||
<channel>
|
<channel>
|
||||||
<title>{{@blog.title}}</title>
|
<title>{{@site.title}}</title>
|
||||||
{{#get "posts" filter="featured:true" limit="20"}}
|
{{#get "posts" filter="featured:true" limit="20"}}
|
||||||
{{#foreach posts}}
|
{{#foreach posts}}
|
||||||
<link>{{url}}</link>
|
<link>{{url}}</link>
|
||||||
|
Loading…
Reference in New Issue
Block a user