We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8e10c commit a061627Copy full SHA for a061627
themes/base-theme/layouts/now/single.html
@@ -12,6 +12,12 @@ <h2 style="margin-bottom: 0;">{{ .Title }}</h2>
12
{{ .Content}}
13
</div>
14
15
+ <div>
16
+ <span>
17
+ This website has an
18
+ <a href="/index.xml">RSS</a> feed.
19
+ </span>
20
+ </div>
21
<blockquote>
22
{{":bulb: Inspired by Derek Sivers' **[/now](https://sive.rs/now2)**" | .RenderString }}
23
</blockquote>
themes/base-theme/layouts/partials/head/js.html
@@ -9,4 +9,4 @@
9
<script src="{{ .RelPermalink }}" integrity="{{- .Data.Integrity }}" crossorigin="anonymous"></script>
10
{{- end }}
11
-{{- end }}
+{{- end }}
0 commit comments