Add profile shortcode

This commit is contained in:
James Panther
2024-08-29 10:35:24 +10:00
parent 6cbc0ccd63
commit b8a8f96010
7 changed files with 60 additions and 23 deletions
+2
View File
@@ -0,0 +1,2 @@
{{ $align := default "center" (.Get "align") }}
{{ partial "profile.html" (dict "align" $align) }}