瀏覽代碼

feat: show page content in about.avatar

George Cushen 3 年之前
父節點
當前提交
05f56c7c78
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>