Reorganize partials
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
8
layouts/partials/components/head/rss.html
Normal file
8
layouts/partials/components/head/rss.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ with .OutputFormats.Get "RSS" }}
|
||||
<link
|
||||
href="{{- .Permalink -}}"
|
||||
rel="{{- .Rel -}}"
|
||||
type="{{- .MediaType.Type -}}"
|
||||
title="{{- $.Site.Title -}}"
|
||||
/>
|
||||
{{ end }}
|
Reference in New Issue
Block a user