Преглед изворни кода

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>