Display Eleventy version number

This commit is contained in:
Helen Chong 2024-10-06 18:32:49 +08:00
parent 8c5acb64b1
commit 6027bdff52
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: Colophon title: Colophon
keyword: colophon page keyword: colophon page
updated: 2024-10-02T19:48:30+0800 updated: 2024-10-06T18:31:36+0800
toc: true toc: true
eleventyNavigation: eleventyNavigation:
order: 14 order: 14
@ -10,7 +10,7 @@ eleventyNavigation:
Information about how this website is built. Information about how this website is built.
## Technology ## Technology
* Built with the static site generator [Eleventy](https://www.11ty.dev/) * Built with the static site generator [Eleventy](https://www.11ty.dev/) v{{ eleventy.version }}
* JavaScript runtime: [Bun](https://bun.sh) * JavaScript runtime: [Bun](https://bun.sh)
* Templating languages: Nunjucks and Markdown * Templating languages: Nunjucks and Markdown
* Code written with Visual Studio Code * Code written with Visual Studio Code