]> luflow.net public git repositories - flow-web.git/blob - templates/partials/blog_post_breadcrumbs.stpl
Initial commit.
[flow-web.git] / templates / partials / blog_post_breadcrumbs.stpl
1 <nav class="breadcrumbs">
2 <h2 class="a11y-offset">Your location:</h2>
3 <a class="crumb" href="/">Home</a>
4 <span> > </span>
5 <a class="crumb" href="/<%= self.base_dir %>/">Blog</a>
6 <span> > </span>
7 <a class="crumb crumb-active" href="/<%= self.base_dir %>/<%= self.url %>/"><%= self.title %></a>
8 </nav>