From 70618dd3d5657de5bbe717187d04b53c2e706e90 Mon Sep 17 00:00:00 2001 From: aniket866 Date: Sat, 1 Aug 2026 00:59:43 +0530 Subject: [PATCH] fix/copyright-year Signed-off-by: aniket866 --- config/_default/params.toml | 2 +- themes/microcks/layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 0fb4b228..04682387 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -37,7 +37,7 @@ table_of_content = true # copyright theme_copyright = false -copyright = "The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [**Trademark Usage**.](https://www.linuxfoundation.org/legal/trademark-usage)
**Microcks** is a [**Cloud Native Computing Incubating**](https://landscape.cncf.io/?selected=microcks&item=app-definition-and-development--application-definition-image-build--microcks) project 🚀" +copyright = "Copyright © {year} The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [**Trademark Usage**.](https://www.linuxfoundation.org/legal/trademark-usage)
**Microcks** is a [**Cloud Native Computing Incubating**](https://landscape.cncf.io/?selected=microcks&item=app-definition-and-development--application-definition-image-build--microcks) project 🚀" # Preloader [preloader] diff --git a/themes/microcks/layouts/partials/footer.html b/themes/microcks/layouts/partials/footer.html index b3ddde40..30e311a2 100644 --- a/themes/microcks/layouts/partials/footer.html +++ b/themes/microcks/layouts/partials/footer.html @@ -59,7 +59,7 @@
- {{ site.Params.Copyright | markdownify }} + {{ replace site.Params.Copyright "{year}" (now.Format "2006") | markdownify }}