add links to rss
This commit is contained in:
parent
0bbcde6ff6
commit
30e54f99fb
|
@ -7,6 +7,7 @@
|
||||||
<title>{{template "title" .Data}} - {{ .SiteConfig.Title }}</title>
|
<title>{{template "title" .Data}} - {{ .SiteConfig.Title }}</title>
|
||||||
<meta property="og:title" content="{{template "title" .Data}}" />
|
<meta property="og:title" content="{{template "title" .Data}}" />
|
||||||
<link rel="webmention" href="/webmention/" />
|
<link rel="webmention" href="/webmention/" />
|
||||||
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/index.xml">
|
||||||
|
|
||||||
<link rel='stylesheet' href='/static/pico.min.css'>
|
<link rel='stylesheet' href='/static/pico.min.css'>
|
||||||
<style>
|
<style>
|
||||||
|
@ -113,6 +114,7 @@
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a target="_blank" href="/index.xml">RSS Feed</a></li>
|
||||||
{{ range $link := .SiteConfig.FooterMenu }}
|
{{ range $link := .SiteConfig.FooterMenu }}
|
||||||
{{ if $link.List }}
|
{{ if $link.List }}
|
||||||
<li><a href="/lists/{{ $link.List }}">{{ $link.Title }}</a></li>
|
<li><a href="/lists/{{ $link.List }}">{{ $link.Title }}</a></li>
|
||||||
|
|
Loading…
Reference in New Issue