diff --git a/themes/xsfx/layouts/partials/mentions.html b/themes/xsfx/layouts/partials/mentions.html index d9300d4..81873bb 100644 --- a/themes/xsfx/layouts/partials/mentions.html +++ b/themes/xsfx/layouts/partials/mentions.html @@ -17,13 +17,16 @@ {{ range where .Site.Data.mentions.links "target" .Permalink }} - - + + {{ if eq .activity.type "reply" }} - + + {{ if ne .activity.type "reply" }} + {{ end }} {{ end }} diff --git a/themes/xsfx/static/css/xsfx.css b/themes/xsfx/static/css/xsfx.css index 86e8e19..d95a694 100644 --- a/themes/xsfx/static/css/xsfx.css +++ b/themes/xsfx/static/css/xsfx.css @@ -215,3 +215,7 @@ button, [type="submit"] { border: 0.1rem solid #000000; } + +section#mentions table tbody tr.u-comment.h-cite td { + font-size: 70%; +}
{{ .data.content | safeHTML}} - {{ .data.author.name }} @ {{ dateFormat "Monday, Jan 2, 2006" .data.published }} +

{{ .data.content | plainify }}

+ - {{ .data.author.name }} + @ {{ end }} - {{ if eq .activity.type "like" }} -
liked by {{ .data.author.name }}{{ .activity.type }} by {{ .data.author.name }}