commit 3f8718d8f5cde051ff24d744d116b3c69a5a6d4b parent a8aea558263fb9963667852b87c48d40f8929cf3 Author: Yohanes Bandung Bondowoso <hi@ybbond.id> Date: Fri, 21 May 2021 14:37:47 +0700 refactor: prepare for presentations :D Diffstat:
| M | layouts/partials/post/responses-item.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/post/responses-item.html b/layouts/partials/post/responses-item.html @@ -25,7 +25,7 @@ </a> </p> <div class="responses__content"> - <p class="responses__original"><a class="u-in-reply-to" href={{ .Params.Destination.Url }}>{{ $title }}</a></p> + <p class="responses__original"><a class="u-in-reply-to" href={{ .Params.Destination.Url }} rel="noopenner noreferrer nofollow">{{ $title }}</a></p> <div class="e-content"> {{ if eq ($.Scratch.Get "scope") "single" }} {{ partial "components/content.html" .Content }}