Sign in
apache
/
comdev-site
/
7402a6cff6dd4f7d2b55a42a040f0fa0f2d0a717
/
.
/
layouts
/
partials
/
rssfeed.html
blob: 948f7c8480a62a856dec52f5307360971f5719af [
file
]
{{ with .OutputFormats.Get "rss" -}}
{{ printf `
<link
rel
=
%q
type
=
%q
href
=
%q
title
=
%q
>
` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
{{ end }}