Skip to content

Commit 37167f9

Browse files
committed
tweak: allow large group image
1 parent ff4533c commit 37167f9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repos:
77
- id: check-added-large-files
88
args: ['--maxkb=100', '--enforce-all']
99
types: ['image']
10+
exclude: img/group-photo.jpg
1011
- id: check-yaml
1112
- id: check-xml
1213
- id: end-of-file-fixer

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1>{{ page.title }}</h1>
6868
<div class="footer">
6969
<a href="https://www.engin.umich.edu/privacy-policies/">Privacy Policy</a> |
7070
<a href="https://oie.umich.edu/nondiscrimination-policy-notice/" target="blank" rel="noopener">Non-Discrimination Policy</a> |
71-
<a href="http://safety.engin.umich.edu/" target="blank" rel="noopener">Safety and Security</a>
71+
<a href="https://safety.engin.umich.edu/" target="blank" rel="noopener">Safety and Security</a>
7272
</div>
7373

7474
</div> <!-- /container -->

img/logo.svg

+1-1
Loading

0 commit comments

Comments
 (0)