Skip to content

Commit 415480d

Browse files
committed
#437 dynamic year for copyright and update latest bootstrap version (#438)
1 parent aaa98d2 commit 415480d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row">
44
<div class="col-sm">
55
<h5><img src={{ "/assets/images/um-logo.png" | relative_url }} alt="UM logo" class="mb-1" width="105" height="114"></h5>
6-
<small class="copy-rights cursor-pointer">&#9400; 2022 The Regents of the University of Michigan</small>
6+
<small class="copy-rights cursor-pointer">&#9400; {{ "now" | date: "%Y" }} The Regents of the University of Michigan</small>
77
</div>
88
<div class="col-sm">
99
<ul class="list-unstyled">

docs/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88
<!-- Bootstrap CSS -->
9-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
9+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
1010
<!-- Custom styles for this template -->
1111
<link type="text/css" href={{ "/assets/css/custom.css" | relative_url }} rel="stylesheet">
1212
</head>
@@ -30,7 +30,7 @@
3030
</main>
3131
{% include footer.html %}
3232

33-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
33+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
3434
</body>
3535

3636
</html>

docs/docker-compose-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: '3.8'
22

33
services:
44
jekyll:
5-
image: jekyll/jekyll:latest
6-
command: jekyll serve --port 4020 --watch --force_polling --verbose
5+
image: jekyll/jekyll:4.2.0
6+
command: jekyll serve --trace --port 4020 --watch --force_polling --verbose
77
ports:
88
- 4020:4020
99
volumes:

0 commit comments

Comments
 (0)