Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 61be3f4..5e437fd 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,7 +3,7 @@
{{ if or (hasPrefix . "http:") (hasPrefix . "https:") }}
{{ $redirectURL = . }}
{{ else }}
- {{ $redirectURL = relref $ .}}
+ {{ $redirectURL = ref $ .}}
{{ end }}
{{ end }}
<!DOCTYPE html>