Add S2F version to the page

This commit is contained in:
Nikita Karamov 2023-09-02 23:59:09 +02:00
parent bc99af31e9
commit 00a4faa495
No known key found for this signature in database
GPG key ID: 41D6F71EE78E77CD

View file

@ -11,6 +11,8 @@ import "@styles/main.scss";
import LanguageSelect from "@components/language-select.astro"; import LanguageSelect from "@components/language-select.astro";
import Licence from "@components/licence.html"; import Licence from "@components/licence.html";
import Privacy from "@components/privacy.html"; import Privacy from "@components/privacy.html";
import package_ from "../../package.json";
--- ---
<!doctype html> <!doctype html>
@ -72,6 +74,11 @@ import Privacy from "@components/privacy.html";
name="generator" name="generator"
content={Astro.generator} content={Astro.generator}
/> />
<meta
itemprop="version"
content={package_.version}
/>
</head> </head>
<header> <header>
<img <img