fix(website): page titles

This commit is contained in:
FliegendeWurst 2025-06-17 17:01:13 +02:00
parent 8f7468cd60
commit 3c21d97a8a
2 changed files with 14 additions and 0 deletions

View File

@ -2,6 +2,13 @@
import DownloadNow from "./download-now.svelte"; import DownloadNow from "./download-now.svelte";
</script> </script>
<svelte:head>
<title>Trilium Notes</title>
<!-- TODO: description?
<meta name="description" content="This is where the description goes for search engines" />
-->
</svelte:head>
<section class="relative overflow-hidden bg-gradient-to-br from-white to-violet-50"> <section class="relative overflow-hidden bg-gradient-to-br from-white to-violet-50">
<!-- Bokeh background circles --> <!-- Bokeh background circles -->
<div class="absolute inset-0 pointer-events-none z-0"> <div class="absolute inset-0 pointer-events-none z-0">

View File

@ -7,6 +7,13 @@
let architecture = getArchitecture(); let architecture = getArchitecture();
</script> </script>
<svelte:head>
<title>Trilium Notes: Download</title>
<!-- TODO: description?
<meta name="description" content="This is where the description goes for search engines" />
-->
</svelte:head>
<div class="bg-gray-50 py-20"> <div class="bg-gray-50 py-20">
<section class="max-w-6xl mx-auto px-4"> <section class="max-w-6xl mx-auto px-4">
<h2 class="text-4xl font-bold text-center text-gray-900 mb-12">Download the desktop application</h2> <h2 class="text-4xl font-bold text-center text-gray-900 mb-12">Download the desktop application</h2>