Skip to content

Commit a061627

Browse files
committed
add RSS reference
1 parent aa8e10c commit a061627

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

themes/base-theme/layouts/now/single.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ <h2 style="margin-bottom: 0;">{{ .Title }}</h2>
1212
{{ .Content}}
1313
</div>
1414
</div>
15+
<div>
16+
<span>
17+
This website has an
18+
<a href="/index.xml">RSS</a> feed.
19+
</span>
20+
</div>
1521
<blockquote>
1622
{{":bulb: Inspired by Derek Sivers' **[/now](https://sive.rs/now2)**" | .RenderString }}
1723
</blockquote>

themes/base-theme/layouts/partials/head/js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
<script src="{{ .RelPermalink }}" integrity="{{- .Data.Integrity }}" crossorigin="anonymous"></script>
1010
{{- end }}
1111
{{- end }}
12-
{{- end }}
12+
{{- end }}

0 commit comments

Comments
 (0)