diff --git a/templates/index.html b/templates/index.html index 25aeb21e..9443b39a 100755 --- a/templates/index.html +++ b/templates/index.html @@ -13,13 +13,14 @@ - - + + + diff --git a/templates/user/profile.html b/templates/user/profile.html index 0b0abe3a..85080ca4 100755 --- a/templates/user/profile.html +++ b/templates/user/profile.html @@ -1,6 +1,7 @@ {{define "title"}}{{ call $.T "profile_page" .UserProfile.Username }}{{end}} {{define "contclass"}}cont-view{{end}} {{define "rss_link"}}{{ genRoute "feed_user" "id" ( print .UserProfile.ID ) "username" .UserProfile.Username }}{{end}} +{{define "rss_moreparam"}}&userID={{print .UserProfile.ID}}{{end}} {{define "rsstitle" }}{{ .UserProfile.Username }}{{end}} {{define "content"}} {{ range (index $.FormInfos "infos")}}