diff --git a/package.json b/package.json index 2224572..f6e28e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "w3pn-web", "type": "module", - "version": "1.0.0", + "version": "1.1.0", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/config.yaml b/src/config.yaml index 5ec2992..4e6668a 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -30,6 +30,9 @@ header: - matrix footer: menu: + - title: Docs + ico: docs + link: docs - title: "@web3privacy" ico: twitter link: twitter diff --git a/src/layouts/base.astro b/src/layouts/base.astro index 84601a6..41363cf 100644 --- a/src/layouts/base.astro +++ b/src/layouts/base.astro @@ -2,6 +2,7 @@ //import { ViewTransitions } from 'astro:transitions'; import * as config from '../config.yaml'; +import * as pkg from '../../package.json'; import core from '../core.json'; import '../styles/base.css'; const {banner, title, description} = Astro.props; @@ -107,8 +108,9 @@ function genHeading(str) {
-
-
+ +
+
{config.footer.menu.map((item) => (