diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-02-22 12:51:54 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-02-22 12:51:54 +0100 |
commit | 35d8d09a2a0b2a64e134b60e113a05da5de16bfa (patch) | |
tree | 5052a3209635fb140b0fe7bb4e34a677cfb97ef7 /src/main/resources | |
parent | cb226699d09467e1036a06298df61628ccc6f829 (diff) |
BookmarkResource: Fix user feed IDs and links.
Change-Id: If5238caf54334f6ac47eeefae04f2134dc4de856
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} |