From aa7c486e76ec119fa6a73cdeb01789a9ba67aa19 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sat, 30 May 2020 20:50:08 +0200 Subject: Add anchors to headings --- layouts/_default/_markup/render-link.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default/_markup/render-link.html') diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html index 4995a32..464fa1a 100644 --- a/layouts/_default/_markup/render-link.html +++ b/layouts/_default/_markup/render-link.html @@ -6,7 +6,7 @@ {{- define "portable-link" -}} {{- $destination := .Destination }} - {{- $isRemote := or (in .Destination "://") (strings.HasPrefix .Destination "//") }} + {{- $isRemote := or (in .Destination ":") (strings.HasPrefix .Destination "//") }} {{- if not $isRemote }} {{- $url := urls.Parse .Destination }} {{- $path := strings.TrimSuffix "/_index.md" $url.Path }} -- cgit v1.2.3