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
1 changed files with 7 additions and 0 deletions

View File

@ -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