diff --git a/layouts/partials/row.html b/layouts/partials/row.html
index a66d5b9..8a8a088 100644
--- a/layouts/partials/row.html
+++ b/layouts/partials/row.html
@@ -1,6 +1,5 @@
{{ $page := .page }}
{{ $index := .index }}
-{{ $site := .site }}
@@ -30,7 +29,7 @@

{{ else }}
{{/* fixme check whether the default avatar path is url or not--> */}}
-

+

{{ end }}
@@ -134,7 +133,7 @@
{{ with $page.Params.link }}
{{ partial "link-block.html" (dict "logo" $link_logo "a" $link_link "word" $link_text "baseurl"
- $.Site.BaseURL)}}
+ $page.Site.BaseURL)}}
{{ end }}
{{/* Note info shown below the main content */}}