We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1989bdf commit 5ff71dfCopy full SHA for 5ff71df
packet/templates/include/nav.html
@@ -41,7 +41,7 @@
41
<li class="navbar-user dropdown">
42
43
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" id="user01">
44
- <img src="https://profiles.csh.rit.edu/image/{{ info.uid }}">
+ <img src="https://profiles.csh.rit.edu/image/{{ info.uid }}" onerror="this.src='https://gravatar.com/avatar/c000557e7f805c44b0cc0079db911f21.jpg?d=mm&s=250'">
45
{{ info.uid }}
46
<span class="caret"></span>
47
</a>
0 commit comments