feat: adding rss
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = 'Blog'
|
title = 'Blog'
|
||||||
date = 2023-11-14T17:55:14Z
|
date = 2023-11-14T17:55:14Z
|
||||||
|
outputs = ['html', 'rss']
|
||||||
+++
|
+++
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
<html lang="{{- site.Language.Lang -}}">
|
<html lang="{{- site.Language.Lang -}}">
|
||||||
<head>
|
<head>
|
||||||
{{- partial "head.html" . -}}
|
{{- partial "head.html" . -}}
|
||||||
|
<link rel="alternate"
|
||||||
|
type="application/rss+xml"
|
||||||
|
href="{{.Site.BaseURL }}/index.xml"
|
||||||
|
title="{{ .Site.Title }}">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user