add rss-feed

This commit is contained in:
dunji 2022-07-24 17:20:58 +02:00
parent d974152998
commit 1396943e4c
2 changed files with 5 additions and 1 deletions

View File

@ -71,4 +71,4 @@
</div> </div>
{{- partial "scripts.html" . -}} {{- partial "scripts.html" . -}}
</body> </body>
</html> </html>

View File

@ -19,4 +19,8 @@
{{- end -}} {{- end -}}
</ul> </ul>
</nav> </nav>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
</header> </header>