Updated fixture for test theme to use @site

no refs
refs b56e684258

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:
Rish 2021-03-04 01:09:38 +05:30
parent b56e684258
commit cb43a8e3a8

View File

@ -1,6 +1,6 @@
<rss>
<channel>
<title>{{@blog.title}}</title>
<title>{{@site.title}}</title>
{{#get "posts" filter="featured:true" limit="20"}}
{{#foreach posts}}
<link>{{url}}</link>