diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/templates/benki/bookmarks/bookmarkList.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/main/resources/templates/benki/bookmarks/bookmarkList.html b/src/main/resources/templates/benki/bookmarks/bookmarkList.html index 7d23d45..9b5025c 100644 --- a/src/main/resources/templates/benki/bookmarks/bookmarkList.html +++ b/src/main/resources/templates/benki/bookmarks/bookmarkList.html @@ -8,7 +8,7 @@  {#bookmarksClass}this-page{/bookmarksClass}  {#head} -  <link href="/bookmarks/feed" rel="alternate" type="application/atom+xml" /> +  <link href="{feedUri}" rel="alternate" type="application/atom+xml" />  {/head}  {#body} | 
