From 8170d5bc0544fbc02155b8b57751cd1dec33dd69 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Apr 2021 10:57:50 +0000 Subject: initial public commit --- views/partials/bio.ejs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 views/partials/bio.ejs (limited to 'views/partials/bio.ejs') diff --git a/views/partials/bio.ejs b/views/partials/bio.ejs new file mode 100644 index 0000000..198aa27 --- /dev/null +++ b/views/partials/bio.ejs @@ -0,0 +1,19 @@ +
+
+

<%= account.bio.name %>

+
    +
  • +

    Email:

    +

    <%= account.author.username %>

    +
  • +
  • +

    Website:

    +

    <%= account.bio.website %>

    +
  • +
  • +

    About:

    +

    <%= account.bio.about %>

    +
  • +
+
+
\ No newline at end of file -- cgit v1.2.3