Open jduss4 opened 4 years ago
In the band history site (not rails, currently), the nav looks like:
<% link_to "/#{path}.html", class: "nav-link" do %> <%= label %> <span class="sr-only">(current)</span> <% end %>
Consider doing something similar for default Orchid? Are there other ways to add this type of markup?
In the band history site (not rails, currently), the nav looks like:
Consider doing something similar for default Orchid? Are there other ways to add this type of markup?