Explorar o código

feat: show page content in about.avatar

George Cushen %!s(int64=3) %!d(string=hai) anos
pai
achega
699c2517dd
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      wowchemy/layouts/partials/widgets/about.avatar.html

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

@@ -28,7 +28,7 @@
   {{ end }}
 
   <div class="portrait-title">
-    
+
     <h2>
       {{- if $person.name_pronunciation -}}
         <ruby>
@@ -74,4 +74,10 @@
     {{ end }}
   </ul>
 
+  {{ with $person_page.Content }}
+  <div class="article-style">
+    {{ . }}
+  </div>
+  {{ end }}
+
 </div>