diff --git a/docs/build/client/f01cefc94e8ee605f3f5.html b/docs/build/client/f01cefc94e8ee605f3f5.html index 5db0aa0..7c46de1 100644 --- a/docs/build/client/f01cefc94e8ee605f3f5.html +++ b/docs/build/client/f01cefc94e8ee605f3f5.html @@ -4,16 +4,16 @@ Temple - The reactive web component template engine. - + - + - + - + diff --git a/docs/build/client/f01cefc94e8ee605f3f5.js b/docs/build/client/f01cefc94e8ee605f3f5.js index 8d66a74..24350d6 100644 --- a/docs/build/client/f01cefc94e8ee605f3f5.js +++ b/docs/build/client/f01cefc94e8ee605f3f5.js @@ -3132,9 +3132,9 @@ var TempleAPI = (() => { throw import_client8.TempleException.for("APP_DATA is not a valid JSON"); } import_client8.data.set("current", "document"); - const url = "/"; + const url = "/temple/index.html"; const title = _("Temple - The reactive web component template engine."); - const description = _("Temple is a template engine hat generates web components and support reactivity."); + const description = _("Temple is a template engine that generates web components and support reactivity."); const toggle = (_2) => { document.body.classList.toggle("panel-left-open"); }; diff --git a/docs/build/server/f01cefc94e8ee605f3f5.js b/docs/build/server/f01cefc94e8ee605f3f5.js index 1350e61..a69211d 100644 --- a/docs/build/server/f01cefc94e8ee605f3f5.js +++ b/docs/build/server/f01cefc94e8ee605f3f5.js @@ -645,9 +645,9 @@ ${document2}`; }`; } template() { - const url = "/"; + const url = "/temple/index.html"; const title = _("Temple - The reactive web component template engine."); - const description = _("Temple is a template engine hat generates web components and support reactivity."); + const description = _("Temple is a template engine that generates web components and support reactivity."); const toggle = (_2) => { document.body.classList.toggle("panel-left-open"); }; diff --git a/docs/index.html b/docs/index.html index 5db0aa0..7c46de1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,16 +4,16 @@ Temple - The reactive web component template engine. - + - + - + - + diff --git a/packages/temple-web/src/pages/index.dtml b/packages/temple-web/src/pages/index.dtml index e3fa018..8a94fbc 100644 --- a/packages/temple-web/src/pages/index.dtml +++ b/packages/temple-web/src/pages/index.dtml @@ -178,9 +178,9 @@ import { env } from '@ossph/temple'; import { _ } from '@/modules/i18n'; - const url = '/'; + const url = '/temple/index.html'; const title = _('Temple - The reactive web component template engine.'); - const description = _('Temple is a template engine hat generates web components and support reactivity.'); + const description = _('Temple is a template engine that generates web components and support reactivity.'); const toggle = _ => { document.body.classList.toggle('panel-left-open'); };