Commit 79b7d836 authored by Julius Volz's avatar Julius Volz

Fix blog sidenav.

This got broken in https://github.com/prometheus/docs/pull/365
parent f8362e31
<div class="col-md-3 side-nav-col">
<ul class="nav navbar-nav side-nav">
<li>
<li class="active">
<span class="nav-header">Blog posts</span>
<ul class="nav">
<ul class="nav active">
<% sorted_articles.each do |post| %>
<li><%= link_to post[:title], post.path %></li>
<% end %>
......
......@@ -108,7 +108,7 @@ a.sc-logo img {
font-size: 16px;
}
.side-nav .nav-header a, .side-nav .nav-header span {
.side-nav .nav-header a, .side-nav .nav-header {
color: #e6522c;
text-transform: uppercase;
text-decoration: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment