Compare commits
No commits in common. "d85b7b90b194db46f51516ef9496a6128246f326" and "36bfa18a1d3ae3631fd10cd768e8033589659740" have entirely different histories.
d85b7b90b1
...
36bfa18a1d
|
@ -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 }}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue