From 907270992d7718f26d0a401ab700c6a0a414b440 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 05 Mar 2022 07:55:07 +0000
Subject: [PATCH] fix: hide popover on mobile to prevent overflow
---
layouts/partials/backlinks.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/partials/backlinks.html b/layouts/partials/backlinks.html
index 746ebbb..d214386 100644
--- a/layouts/partials/backlinks.html
+++ b/layouts/partials/backlinks.html
@@ -10,7 +10,7 @@
{{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}}
{{- range $cleanedInbound | uniq -}}
<li>
- <a href="{{.}}">{{index (index $contentTable .) "title"}}</a>
+ <a href="{{$url}}{{.}}">{{index (index $contentTable .) "title"}}</a>
</li>
{{- end -}}
{{else}}
--
Gitblit v1.10.0