feat: adding rss

This commit is contained in:
2025-03-12 22:48:07 +00:00
parent 1b5ff4d378
commit f0495c5f7c
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
+++
title = 'Blog'
date = 2023-11-14T17:55:14Z
outputs = ['html', 'rss']
+++

View File

@ -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>