File tree 5 files changed +10
-3
lines changed
5 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ theme = "indigo"
48
48
Auth = "https://indieauth.com/auth"
49
49
Token = "https://tokens.indieauth.com/token"
50
50
# To get webmention support, just register at webmention.io and paste the link for endpoint here.
51
- #Webmention = "https://webmention.io/<yourusername>/webmention"
51
+ # Please leave out /webmention or /xmlrpc in this url, and no trailing slash.
52
+ #Webmention = "https://webmention.io/<yourusername>"
52
53
# To get micropub support, you'll need to install a Micropub endpoint at your site and put its link there.
53
54
# To get an endpoint with Hugo support, use nanopub: https://github.com/dg01d/nanopub
54
55
# It will probably require some PHP hackery though, as it's fairly basic.
Original file line number Diff line number Diff line change 25
25
{{ with .Site.Params.endpoints.Microsub }}
26
26
< link rel ="microsub " href ="{{ . }} " /> {{ end }}
27
27
{{ with .Site.Params.endpoints.Webmention}}
28
- < link rel ="webmention " href ="{{ . }} " /> {{ end }}
28
+ < link rel ="webmention " href ="{{ . }}/webmention " />
29
+ < link rel ="webmention " href ="{{ . }}/xmlrpc " /> {{ end }}
29
30
{{ with .Site.Params.paymentPointer }}
30
31
<!-- Web Monetization payment pointer -->
31
32
< meta name ="monetization " content ={{ . }} >
Original file line number Diff line number Diff line change 3
3
{{ partial "head.html" . }}
4
4
< body >
5
5
< div id ="sitelogo ">
6
- < a class ="glyph " alt ="Home " href ="{{ .Site.BaseURL }} "> < img src ={{ "images/site-logo.svg" | absURL }} alt="Site Logo" height="64px" width="64px"> </ a >
6
+ < a class ="glyph " alt ="Home " href ="{{ .Site.BaseURL }} "> < img src ={{ .Site.Params.Avatar | absURL }} alt ="Site Logo " height ="64px " width ="64px "> </ a >
7
7
</ div >
8
8
< header >
9
9
{{ partial "pagenav.html" . }}
Original file line number Diff line number Diff line change 76
76
src ={{ "icons/instagram.svg" | absURL }} height="24px" width="24px"> </ a >
77
77
</ div >
78
78
{{ end }}
79
+ < div class ="icon-24x24 ">
80
+ < a class ="glyph " alt ="RSS Feed " href ="/index.xml "> < img
81
+ src ={{ "icons/rss.svg" | absURL }} height="24px" width="24px"> </ a >
82
+ </ div >
79
83
</ div >
80
84
</ aside >
You can’t perform that action at this time.
0 commit comments