add nav
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Signed-off-by: Sam Therapy <sam@samtherapy.net>master
parent
dafc87bcdb
commit
967651245c
@ -1,9 +0,0 @@
|
||||
---
|
||||
layout: "layouts/base.pug"
|
||||
---
|
||||
|
||||
.row
|
||||
.column
|
||||
| !{content}
|
||||
.column
|
||||
iframe(src="https://fedifeed.com/api/v1/feed?user=sam&instance=https%3A%2F%2Ffroth.zone&instance_type=&theme=pleroma&size=75&header=true&replies=true&boosts=true", title="Powered by Fedifeed", allowfullscreen, sandbox="allow-top-navigation allow-scripts" width="400", height="600")
|
@ -0,0 +1,9 @@
|
||||
nav
|
||||
ul(class= "main-nav")
|
||||
each val in menu.left
|
||||
li
|
||||
a(href=val.url)= val.name
|
||||
|
||||
each val in menu.right
|
||||
li(class= "push")
|
||||
a(href=val.url)= val.name
|
Loading…
Reference in new issue