Changes in src/routes/posts.js [0db68bd:fb9a8ad] in Klonkt
- File:
-
- 1 edited
-
src/routes/posts.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/posts.js
r0db68bd rfb9a8ad 256 256 257 257 renderPage(req, res, 'pages/post-edit', { 258 // post-edit neemt de playlist-editor op. 259 pageJs: 'post-edit playlist-editor', 258 260 post: { 259 261 id: uuid(), … … 795 797 } 796 798 renderPage(req, res, 'pages/authorize-interaction', { 799 pageJs: 'authorize-interaction', 797 800 pageTitleKey: 'fedi.remote_interact', // i18n: was hardcoded Dutch on non-NL sites 798 801 bodyClass: 'on-special', … … 1193 1196 } 1194 1197 renderPage(req, res, 'pages/news', { 1198 pageJs: 'news', 1195 1199 pageTitle: 'News', bodyClass: 'on-special', 1196 1200 timeline, hasMore, nextOffset: offset + FEED_PAGE, moreBase, … … 1390 1394 const { newerPost, olderPost } = postNeighbors(site, post); 1391 1395 return renderPage(req, res, 'pages/paid-gate', { 1396 pageJs: 'paid-gate', 1392 1397 pageTitle: post.title || 'Voor supporters', 1393 1398 bodyClass: 'on-special',
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)