mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-28 19:46:35 -05:00
style: mobile layout, tips, minor changes
This commit is contained in:
@@ -92,8 +92,8 @@ router.get('/:subpath/:page', async (request, response, next) => {
|
||||
|
||||
const locale = response.locals.localeString;
|
||||
const pageName = request.params.page;
|
||||
renderData.currentPage = pageName;
|
||||
const subpath = request.params.subpath;
|
||||
renderData.currentPage = `${subpath}/${pageName}`;
|
||||
|
||||
const { content, MDLocale } = getRawDocs(locale, subpath, pageName);
|
||||
if (content) {
|
||||
|
||||
Reference in New Issue
Block a user