chimai / Casper Public
forked from TryGhost/Casper
Permalink
Switch branches/tags
{{ refName }}
default
Cannot retrieve contributors at this time
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Casper/turbo-ru.hbs
Go to file- Go to file T
-
Copy path -
Copy permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
<?xml version = "1.0" encoding = "UTF-8"?> | |
<rss | |
xmlns:yandex="http://news.yandex.ru" | |
xmlns:media="http://search.yahoo.com/mrss/" | |
xmlns:turbo="http://turbo.yandex.ru" | |
version="2.0"> | |
<channel> | |
<title><![CDATA[ {{@blog.title}} ]]></title> | |
<description><![CDATA[ {{@blog.description}} ]]></description> | |
<link>{{@blog.url}}</link> | |
<language>ru</language> | |
<turbo:analytics type="Google" id="UA-######"></turbo:analytics> | |
<turbo:analytics type="Yandex" id="######"></turbo:analytics> | |
<image> | |
<url>{{@blog.url}}/favicon.png</url> | |
<title>{{@blog.title}}</title> | |
<link>{{@blog.url}}</link> | |
</image> | |
<lastBuildDate>{{date format="ddd, DD MMM YYYY HH:mm:ss ZZ"}}</lastBuildDate> | |
{{#get "posts" filter="tags:-[en]" limit="all"}} | |
{{#foreach posts}} | |
<item turbo="true"> | |
<title><![CDATA[ {{title}} ]]></title> | |
<link>{{url absolute="true"}}</link> | |
<turbo:topic><![CDATA[ {{title}} ]]></turbo:topic> | |
<turbo:source>{{url absolute="true"}}</turbo:source> | |
<author><![CDATA[ {{author.name}} ]]></author> | |
<pubDate>{{date format="ddd, DD MMM YYYY HH:mm:ss ZZ"}}</pubDate> | |
<media:content url="{{feature_image}}" medium="image"/> | |
<turbo:content><![CDATA[ {{content}} ]]></turbo:content> | |
</item> | |
{{/foreach}} | |
{{/get}} | |
</channel> | |
</rss> |
-
Copy lines -
Copy permalink - View git blame