Browse Source

feat: show page content in about.avatar

George Cushen 3 năm trước cách đây
mục cha
commit
05f56c7c78
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      wowchemy/layouts/partials/widgets/about.avatar.html

+ 1 - 1
wowchemy/layouts/partials/widgets/about.avatar.html

@@ -74,7 +74,7 @@
     {{ end }}
   </ul>
 
-  {{ with $person_page.Content }}
+  {{ with $page.Content }}
   <div class="article-style">
     {{ . }}
   </div>