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