Skip to content

Instantly share code, notes, and snippets.

@Caaz
Created September 12, 2017 04:23
Show Gist options
  • Save Caaz/e74b20eff62470667dd433b395fa7443 to your computer and use it in GitHub Desktop.
Save Caaz/e74b20eff62470667dd433b395fa7443 to your computer and use it in GitHub Desktop.
simple pug index to test out navbars
doctype html
html
head
link(rel='stylesheet' href='/css/main.css')
script(src='/js/main.js')
body
div(uk-sticky="sel-target: .uk-navbar-container; cls-active: uk-navbar-sticky")
nav.uk-navbar-container(uk-navbar)
.uk-navbar-center
ul.uk-navbar-nav
li.uk-active: a(href='') hello
li.uk-parent: a(href='') world
li: a(href='') what
h1 Hello World
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment