aboutsummaryrefslogtreecommitdiff
path: root/v2/src/lib/feed.xml
blob: 6fd82a47bbf946a7bc7c984c234e0e7a442ce96b (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<feed
    xmlns="http://www.w3.org/2005/Atom"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xml:lang="$lang">
  <link href="$url" rel="self" type="application/atom+xml" />
  <link href="$homepage_url" rel="alternate" type="text/html" hreflang="$lang" />
  <title>$site_name_html</title>
  <subtitle>{{ site.t[include.kind].feed.title[include.lang] | smartify | xml_escape }}</subtitle>
  <id>$url</id>
  <updated>$now</updated>

  <author>
    <name>$author</name>
    <email>$email</email>
  </author>