Skip to content

Instantly share code, notes, and snippets.

@SevereOverfl0w
Created July 15, 2014 20:48
Show Gist options
  • Save SevereOverfl0w/f3ce19507ab91978f56d to your computer and use it in GitHub Desktop.
Save SevereOverfl0w/f3ce19507ab91978f56d to your computer and use it in GitHub Desktop.
mixin navlink(text, dest)
li
a(href=dest)= text
nav#mainnav
ul
+navlink("Home", "#title")
+navlink("About", "#about")
+navlink("Portfolio", "#portfolio")
+navlink("Contact", "#contact")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment