diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2aded0f..dad0fba 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
workflow_dispatch:
env:
- ZINE_VERSION: v0.13.0
+ ZINE_VERSION: v0.14.0
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
diff --git a/templates/footer.html b/templates/footer.html
index 1824813..90946cc 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -48,6 +48,6 @@
- Copyright © {{ now() | date(format="%Y") }} {{ site.name }}
+ Copyright © 2023 {{ site.name }}
diff --git a/zine.toml b/zine.toml
index 105ee7e..542ed94 100644
--- a/zine.toml
+++ b/zine.toml
@@ -44,7 +44,7 @@ engineering = {}
# Authors declare below
[authors]
-rust-magazine = { name = "The Editorial Team", editor = true, bio = "The magazine editorial team" }
+rust-magazine = { name = "The Editorial Team", editor = true, team = true, bio = "The magazine editorial team" }
lcrossman = { name = "LCrossman", editor = true }
macko76 = { editor = true }
HandongZhang = { name = "Handong Zhang", editor = true }
@@ -90,6 +90,7 @@ Working on [GreptimeDB](https://github.com/greptimeteam/greptimedb)
[authors.greptime-team]
name = "Greptime Team"
+team = true
bio = """
Greptime was founded in April 2022 with two main offerings: [GreptimeDB](https://github.com/greptimeteam/greptimedb) and Greptime Cloud.