@ -1,5 +1,4 @@
{{ range sort . "published" "asc" }}
<br/>
{{ if eq (index . "wm-property") "mention" }}
<section class="mention interaction"><span class="remote_profile"><a href="{{ .author.url }}"><img src="{{ .author.photo }}" /></a></span><section class="intcontent"><span class="intactivity"><a href="{{ .author.url }}">{{ .author.name }}</a> mentioned this post in <a href="{{ .url }}">the post {{ .title }}</a></span>
{{ if .content.html }}
@ -569,7 +569,7 @@ line-height: 2;
margin:2px;
padding:0px;
border-radius: 50%;
border:1px solid var(--text-colour);
box-shadow: 1px 1px 2px var(--text-colour);
position:relative;
top:-10px;
}