We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4de632 commit 11b98c1Copy full SHA for 11b98c1
templates/feed.hbs
@@ -5,6 +5,10 @@
5
<link href="https://blog.rust-lang.org/" rel="alternate" type="text/html" />
6
<title>Rust Blog</title>
7
<subtitle>Empowering everyone to build reliable and efficient software.</subtitle>
8
+ <author>
9
+ <name>Maintained by the Rust Team.</name>
10
+ <uri>https://github.com/rust-lang/blog.rust-lang.org/</uri>
11
+ </author>
12
13
{{#each posts}}
14
<entry>
@@ -13,6 +17,10 @@
17
<published>{{year}}-{{month}}-{{day}}</published>
18
<id>https://blog.rust-lang.org/{{url}}</id>
15
19
<content type="html" xml:base="https://blog.rust-lang.org/{{url}}">{{contents}}</content>
20
+
21
22
+ <name>{{author}}</name>
23
16
24
</entry>
25
{{/each}}
26
</feed>
0 commit comments