diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/gruser.htm | 4 | ||||
| -rw-r--r-- | html/list.htm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/html/gruser.htm b/html/gruser.htm index 9035a88..89347aa 100644 --- a/html/gruser.htm +++ b/html/gruser.htm @@ -13,8 +13,8 @@ <main> <header> <h1><a href="/">HOME</a> | <a href="/dd">DD</a> - | <a href="?q={{.Templates.GroupUser.GR.Owner.Username}}&type={{if eq .Type 'a'}}gallery">Gallery</a></h1>{{else}}about">About</a></h1> - {{end}} + | <a href="?q={{.Templates.GroupUser.GR.Owner.Username}}&type={{if eq .Type 'a'}}gallery">Gallery{{else}}about">About{{end}}</a> + | <a href="?q={{.Templates.GroupUser.GR.Owner.Username}}&type=gallery&atom=true">RSS</a></h1> <form method="get" action="/search"> <input type="gallery" name="q" placeholder="Search for ..." autocomplete="off" autocapitalize="none" spellcheck="false"> <input type="hidden" name="usr" value="{{.Templates.GroupUser.GR.Owner.Username}}"> diff --git a/html/list.htm b/html/list.htm index 42bd2a5..23d48e5 100644 --- a/html/list.htm +++ b/html/list.htm @@ -6,7 +6,7 @@ </head> <main> <header> - <h1><a href="/">HOME</a> | <a href="/dd">DD</a></h1> + <h1><a href="/">HOME</a> | <a href="/dd">DD</a> | <a href="?atom=true">RSS</a></h1> <form method="get" action="/search"> <input type="text" name="q" placeholder="Search for ..." autocomplete="off" autocapitalize="none" spellcheck="false"> <select name="type"> |
