feat: adding rss
This commit is contained in:
@@ -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