subnav-modifiers.html 981 B

123456789101112131415161718192021
  1. <nav class="navbar has-shadow">
  2. <div class="container">
  3. <div class="navbar-tabs">
  4. <a class="navbar-item is-tab {% if page.doc-subtab == 'syntax' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/syntax/">
  5. Syntax
  6. </a>
  7. <a class="navbar-item is-tab {% if page.doc-subtab == 'helpers' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/helpers/">
  8. Helpers
  9. </a>
  10. <a class="navbar-item is-tab {% if page.doc-subtab == 'responsive-helpers' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/responsive-helpers/">
  11. Responsive helpers
  12. </a>
  13. <a class="navbar-item is-tab {% if page.doc-subtab == 'typography-helpers' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/typography-helpers/">
  14. Typography helpers
  15. <span class="tag is-success" style="margin-left: 1em;">
  16. New!
  17. </span>
  18. </a>
  19. </div>
  20. </div>
  21. </nav>