Add S2F version to the page
This commit is contained in:
parent
bc99af31e9
commit
00a4faa495
|
@ -11,6 +11,8 @@ import "@styles/main.scss";
|
|||
import LanguageSelect from "@components/language-select.astro";
|
||||
import Licence from "@components/licence.html";
|
||||
import Privacy from "@components/privacy.html";
|
||||
|
||||
import package_ from "../../package.json";
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
|
@ -72,6 +74,11 @@ import Privacy from "@components/privacy.html";
|
|||
name="generator"
|
||||
content={Astro.generator}
|
||||
/>
|
||||
|
||||
<meta
|
||||
itemprop="version"
|
||||
content={package_.version}
|
||||
/>
|
||||
</head>
|
||||
<header>
|
||||
<img
|
||||
|
|
Loading…
Reference in New Issue