From d0c32c5d082c4fa6b09690e60ebf06a4c59713a2 Mon Sep 17 00:00:00 2001 From: alex bezek Date: Sat, 24 Oct 2020 22:07:18 -0400 Subject: Fix the single template to use the authors avatar correctly (#107) * Fix the single template to use the authors avatar correctly * Replace absURL with relURL and .Site.X with site.X Co-authored-by: Emruz Hossain --- layouts/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/404.html') diff --git a/layouts/404.html b/layouts/404.html index bcf8eab..941ecc1 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -3,7 +3,7 @@ {{ end }} {{ define "navbar" }} - {{ partial "navigators/navbar-2.html" (dict "baseURL" .Site.BaseURL "title" .Site.Title "hasToggleButton" false) }} + {{ partial "navigators/navbar-2.html" (dict "baseURL" site.BaseURL "title" site.Title "hasToggleButton" false) }} {{ end }} {{ define "content" }} -- cgit v1.2.3