diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 47d9f96..f27ae1a 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -136,7 +136,6 @@ const jsonLd = {
| Service | +Description | +Licence | +|
|---|---|---|---|
| {s.name} | @@ -140,7 +205,7 @@ const INFRA = [ {deps.map(([name, version]) => { const m = META[name]; return ( -|||
| {m ? {name} : name} | @@ -161,6 +226,7 @@ const INFRA = [|||
| Package | Version | +Description | Licence |
| {m ? {name} : name} | {version} | +{m?.desc ?? '—'} | {m?.license ?? '—'} |
| {i.name} | diff --git a/src/pages/embed/index.astro b/src/pages/embed/index.astro index 8289784..cebc3a7 100644 --- a/src/pages/embed/index.astro +++ b/src/pages/embed/index.astro @@ -71,15 +71,13 @@ const snippet = `