diff --git a/templates/docs/_data/plugins.py b/templates/docs/_data/plugins.py
index 462c7cbd1fc582221b4e709596e6b5dc235a452a..cae7a4e7f868d3ce85eab13bbac1e121e29a9dcf 100644
--- a/templates/docs/_data/plugins.py
+++ b/templates/docs/_data/plugins.py
@@ -405,6 +405,10 @@ def set_copyright(env: dict, git_repo: git.Repo) -> None:
             "copyright"
         ] = f"Copyright © {first_year} - {curr_year} {env.variables['copyright']}"
 
+        env.variables[
+            "full_copyright"
+        ] = f"Copyright © {first_year} - {curr_year} {env.variables['copyright']}"
+
 
 def set_repo_name(env: dict, repo_slug: str) -> None:
     """Update content of the `repo_name` key in `env.conf`.