diff --git a/frontend/src/routes/(front)/+layout.svelte b/frontend/src/routes/(front)/+layout.svelte index 3806cfb..43fefa2 100644 --- a/frontend/src/routes/(front)/+layout.svelte +++ b/frontend/src/routes/(front)/+layout.svelte @@ -1,68 +1,10 @@ - - {meta.title} — xmr.ditatompel.com - - - - - - - - - - - - - - - - - - - - - - -

Navigation


diff --git a/frontend/src/routes/(front)/add-node/+page.js b/frontend/src/routes/(front)/add-node/+page.js index 6c7c6e4..9345407 100644 --- a/frontend/src/routes/(front)/add-node/+page.js +++ b/frontend/src/routes/(front)/add-node/+page.js @@ -1,22 +1,12 @@ /** @type {import('./$types').PageLoad} */ export async function load({ data }) { /* prettier-ignore */ - const metaDefaults = { - title: 'Add Monero Node', - description: 'You can use this page to add known remote node to the system so my bots can monitor it.', - keywords: 'monero, monero node, monero public node, monero wallet' - }; - return { meta: { - title: metaDefaults.title, - description: metaDefaults.description, - keywords: metaDefaults.keywords, - // Twitter - twitter: { - title: metaDefaults.title, - description: metaDefaults.description - } + title: 'Add Monero Node', + description: + 'You can use this page to add known remote node to the system so my bots can monitor it.', + keywords: 'monero,monero node,monero public node,monero wallet,list monero node,monero node monitoring' } }; } diff --git a/frontend/src/routes/(front)/remote-nodes/+page.js b/frontend/src/routes/(front)/remote-nodes/+page.js index 959c7dd..d4d2137 100644 --- a/frontend/src/routes/(front)/remote-nodes/+page.js +++ b/frontend/src/routes/(front)/remote-nodes/+page.js @@ -1,22 +1,11 @@ /** @type {import('./$types').PageLoad} */ export async function load({ data }) { /* prettier-ignore */ - const metaDefaults = { - title: 'Monero (XMR)', - description: 'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.', - keywords: 'monero,xmr,monero node,xmrnode,cryptocurrency' - }; - return { meta: { - title: metaDefaults.title, - description: metaDefaults.description, - keywords: metaDefaults.keywords, - // Twitter - twitter: { - title: metaDefaults.title, - description: metaDefaults.description - } + title: 'Public Monero Remote Nodes List', + description: 'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.', + keywords: 'monero remote nodes,public monero nodes,monero public nodes,monero wallet' } }; } diff --git a/frontend/src/routes/(front)/remote-nodes/logs/+page.js b/frontend/src/routes/(front)/remote-nodes/logs/+page.js index 30edda3..7626562 100644 --- a/frontend/src/routes/(front)/remote-nodes/logs/+page.js +++ b/frontend/src/routes/(front)/remote-nodes/logs/+page.js @@ -1,22 +1,11 @@ /** @type {import('./$types').PageLoad} */ export async function load({ data }) { /* prettier-ignore */ - const metaDefaults = { - title: 'Probe Logs', - description: 'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.', - keywords: 'monero,xmr,monero node,xmrnode,cryptocurrency' - }; - return { meta: { - title: metaDefaults.title, - description: metaDefaults.description, - keywords: metaDefaults.keywords, - // Twitter - twitter: { - title: metaDefaults.title, - description: metaDefaults.description - } + title: 'Probe Logs', + description: 'Monero RPC response frpm monitored remote nodes', + keywords: 'monero log,monero node log,monitoring monero log,monero,xmr,monero node,xmrnode,cryptocurrency' } }; } diff --git a/frontend/src/routes/(loggedin)/+layout.svelte b/frontend/src/routes/(loggedin)/+layout.svelte index 87d7bb4..dc8fc61 100644 --- a/frontend/src/routes/(loggedin)/+layout.svelte +++ b/frontend/src/routes/(loggedin)/+layout.svelte @@ -3,6 +3,9 @@ import { AdminNav, AdminSidebar, AdminMobileDrawer } from '$lib/components/navigation'; + + +

Navigation


diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index abc5733..fc5a89c 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -1,5 +1,6 @@ + + {meta.title} — xmr.ditatompel.com + + + + + + + + + + + + + + + + diff --git a/frontend/src/routes/login/+page.svelte b/frontend/src/routes/login/+page.svelte index 4ff456d..6634a28 100644 --- a/frontend/src/routes/login/+page.svelte +++ b/frontend/src/routes/login/+page.svelte @@ -40,6 +40,10 @@ } + + + +