Skip to content

Commit

Permalink
Fix user-vms/vps.html gomplate again -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed May 4, 2024
1 parent 34831e0 commit 10fcddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servers/cs306/user-vms/vps.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2>Users</h2>
<li class="email">
<b>Email:</b>
<span>
{{- range $i, $email := $info.email -}}
{{- range $i, $email := $user.email -}}
{{- if not (eq $email "") -}}
{{- if $i }}, {{ end -}}<a href="mailto:{{ $email }}">{{ $email }}</a>
{{- end -}}
Expand All @@ -50,7 +50,7 @@ <h2>Users</h2>
</li>
<li class="ssh">
<b>SSH:</b>
Check <a href="https://ssh.acmcsuf.com">ssh.acmcsuf.com</a> for your username.
Check <a href="https://ssh.acmcsuf.com">ssh.acmcsuf.com</a> for <code>{{ $info.ip }}</code>.
</li>
</ul>
</li>
Expand Down

0 comments on commit 10fcddc

Please sign in to comment.