diff --git a/templates/partials/personCard.html b/templates/partials/personCard.html new file mode 100644 index 000000000..2204df7ee --- /dev/null +++ b/templates/partials/personCard.html @@ -0,0 +1,26 @@ +
+ + {% set url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %} + {{page.title ~ ' Picture'}} +
+

{{page.title}}

+
+ {% if page.description %} + {{page.description}} + {% else %} + {{page.content | safe}} + {% endif %} +
+
+
+ +
+