Compare commits

..

No commits in common. "d85b7b90b194db46f51516ef9496a6128246f326" and "36bfa18a1d3ae3631fd10cd768e8033589659740" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -8,7 +8,7 @@
{{ if $likes }}
<h4>Likes</h4>
{{ range $i, $like := $likes }}
<a href="{{$like.url}}"><img src="{{ $like.author.photo}}" alt="{{ $like.author.name }}" class="profile photo like"></a>
<a href="{{$like.url}}"><img src="{{ $like.author.photo}}" alt="{{ $like.author.name }}" class="profile photo"></a>
{{ end }}
{{ end }}

View File

@ -51,9 +51,3 @@ img.profile.photo {
max-width: 60px;
padding: 0.5em;
}
img.profile.photo.like {
max-width: 30px;
border-radius: 50%;
padding: 0.5em;
}