turns out spaces are better than tabs. go figure
Signed-off-by: Craig Box <craig.box@gmail.com>pull/44455/head
parent
6ebcdd1f3d
commit
9c2ded0597
|
@ -15,7 +15,7 @@
|
||||||
<link>{{ .Permalink }}</link>
|
<link>{{ .Permalink }}</link>
|
||||||
</image>
|
</image>
|
||||||
{{ with .OutputFormats.Get "RSS" }}
|
{{ with .OutputFormats.Get "RSS" }}
|
||||||
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
|
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ range first 50 (where site.RegularPages "Type" "in" (slice "blog")) }}
|
{{ range first 50 (where site.RegularPages "Type" "in" (slice "blog")) }}
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in New Issue