5 changed files with 82 additions and 8 deletions
@ -1,11 +1,15 @@ |
|||||
extends ../layouts/public-profile |
extends ../layouts/public-profile |
||||
block content |
block content |
||||
|
|
||||
.uk-margin |
.uk-margin.uk-text-center |
||||
+renderSectionTitle(`${userProfile.displayName || userProfile.username}'s links`) |
h1= userProfile.displayName || userProfile.username |
||||
|
|
||||
.uk-margin |
.uk-margin |
||||
ul.uk-list |
ul.uk-list |
||||
each link in links |
each link in links |
||||
li |
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