From c279e034088f2bb00694136bacd77f92f0ea01d4 Mon Sep 17 00:00:00 2001 From: Pushyami Gundala Date: Mon, 22 Apr 2024 14:22:59 -0400 Subject: [PATCH] #437 dynamic year for copyright and update latest bootstrap version (#438) --- docs/_includes/footer.html | 2 +- docs/_layouts/default.html | 4 ++-- docs/docker-compose-gh-pages.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index a276bf04a..ad491399a 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -3,7 +3,7 @@
UM logo
- Ⓒ 2022 The Regents of the University of Michigan + Ⓒ {{ "now" | date: "%Y" }} The Regents of the University of Michigan
    diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 69d7e57ce..f7353e322 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -6,7 +6,7 @@ - + @@ -30,7 +30,7 @@ {% include footer.html %} - + \ No newline at end of file diff --git a/docs/docker-compose-gh-pages.yml b/docs/docker-compose-gh-pages.yml index 55460bd2d..1aa687b23 100644 --- a/docs/docker-compose-gh-pages.yml +++ b/docs/docker-compose-gh-pages.yml @@ -2,8 +2,8 @@ version: '3.8' services: jekyll: - image: jekyll/jekyll:latest - command: jekyll serve --port 4020 --watch --force_polling --verbose + image: jekyll/jekyll:4.2.0 + command: jekyll serve --trace --port 4020 --watch --force_polling --verbose ports: - 4020:4020 volumes: