diff --git a/.astro/settings.json b/.astro/settings.json index c839a79..d557be8 100644 --- a/.astro/settings.json +++ b/.astro/settings.json @@ -1,5 +1,5 @@ { "_variables": { - "lastUpdateCheck": 1732599037947 + "lastUpdateCheck": 1735014489842 } } \ No newline at end of file diff --git a/src/pages/about.astro b/src/pages/about.astro index 1632ba9..e25fe84 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -6,6 +6,8 @@ const description = 'About'; const permalink = `${Astro.site?.href}chatlsp/about`; --- + +
diff --git a/src/pages/implementations.astro b/src/pages/implementations.astro index b3aa34b..05173c8 100644 --- a/src/pages/implementations.astro +++ b/src/pages/implementations.astro @@ -6,6 +6,8 @@ const description = 'Implementations'; const permalink = `${Astro.site?.href}chatlsp/implementations`; --- + +

Implementations

diff --git a/src/pages/in-the-wild.astro b/src/pages/in-the-wild.astro index b6d4357..f45f575 100644 --- a/src/pages/in-the-wild.astro +++ b/src/pages/in-the-wild.astro @@ -6,6 +6,8 @@ const description = 'In the Wild'; const permalink = `${Astro.site?.href}chatlsp/in-the-wild`; --- + +

In the Wild

diff --git a/src/pages/index.astro b/src/pages/index.astro index 3133b83..21fc505 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,6 +6,8 @@ const description = 'Extended LSP for LLM Static Contextualization'; const permalink = `${Astro.site?.href}chatlsp`; --- + +
diff --git a/src/pages/publications.astro b/src/pages/publications.astro index fcf448c..245d5b0 100644 --- a/src/pages/publications.astro +++ b/src/pages/publications.astro @@ -6,6 +6,8 @@ const description = 'Publications'; const permalink = `${Astro.site?.href}chatlsp/publications`; --- + +
diff --git a/src/pages/specification.astro b/src/pages/specification.astro index b68f58d..fb49e35 100644 --- a/src/pages/specification.astro +++ b/src/pages/specification.astro @@ -8,6 +8,8 @@ const description = 'Specification'; const permalink = `${Astro.site?.href}chatlsp/specification`; --- + +

Specification