5 changed files with 82 additions and 8 deletions
@ -1,11 +1,15 @@ |
|||
extends ../layouts/public-profile |
|||
block content |
|||
|
|||
.uk-margin |
|||
+renderSectionTitle(`${userProfile.displayName || userProfile.username}'s links`) |
|||
.uk-margin.uk-text-center |
|||
h1= userProfile.displayName || userProfile.username |
|||
|
|||
.uk-margin |
|||
ul.uk-list |
|||
each link in links |
|||
li |
|||
a(href= link.href).uk-button.dtp-button-primary.uk-display-block.uk-border-rounded= link.label |
|||
a(href= link.href).uk-button.dtp-button-primary.uk-display-block.uk-border-rounded= link.label |
|||
|
|||
block dtp-navbar |
|||
block dtp-off-canvas |
|||
block view-title |
Loading…
Reference in new issue