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