Skip to content

Instantly share code, notes, and snippets.

@charmander
Created April 13, 2017 11:17
Show Gist options
  • Save charmander/658640645ba75f3790fd5aa35cfd4151 to your computer and use it in GitHub Desktop.
Save charmander/658640645ba75f3790fd5aa35cfd4151 to your computer and use it in GitHub Desktop.
macro selected(page)
if page === currentPage
.selected
a href: "/" selected('home')
a href: "/about" selected('about')
a href: "/contact" selected('contact')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment