소스 검색

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>