File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 "> Ⓒ 2022 The Regents of the University of Michigan</ small >
6+ < small class ="copy-rights cursor-pointer "> Ⓒ {{ "now" | date: "%Y" }} The Regents of the University of Michigan</ small >
77 </ div >
88 < div class ="col-sm ">
99 < ul class ="list-unstyled ">
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ version: '3.8'
22
33services :
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 :
You can’t perform that action at this time.
0 commit comments