mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Minimalistic navigation bar
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -1,44 +1,16 @@
 | 
				
			|||||||
{% assign pages = site.pages | where: "show", true %}
 | 
					{% assign pages = site.pages | where: "show", true %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<nav class="navbar navbar-default navbar-static-top" role="navigation">
 | 
					<nav role="navigation">
 | 
				
			||||||
  <div class="container">
 | 
					  <div class="container">
 | 
				
			||||||
    <div class="navbar-header">
 | 
					    <ul class="nav nav-pills pull-right">
 | 
				
			||||||
      <button class="collapsed navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
 | 
					      <li role="presentation"><a href="/">Home</a></li>
 | 
				
			||||||
        <span class="sr-only">Toggle navigation</span>
 | 
					      {% for page in pages %}
 | 
				
			||||||
        <span class="icon-bar"></span>
 | 
					        <li role="presentation">
 | 
				
			||||||
        <span class="icon-bar"></span>
 | 
					          <a href="{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}">
 | 
				
			||||||
        <span class="icon-bar"></span>
 | 
					            {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
 | 
				
			||||||
      </button>
 | 
					          </a>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
      <!-- Name of the site -->
 | 
					      {% endfor %}
 | 
				
			||||||
      <a class="navbar-brand" href="/">
 | 
					    </ul>
 | 
				
			||||||
        {{ site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 | xml_escape }}
 | 
					 | 
				
			||||||
      </a>
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    <!-- List of pages -->
 | 
					 | 
				
			||||||
    <div class="collapse navbar-collapse" id="navbar">
 | 
					 | 
				
			||||||
      <!-- Left side -->
 | 
					 | 
				
			||||||
      <ul class="nav navbar-nav">
 | 
					 | 
				
			||||||
        {% for link in site.data.local_links %}
 | 
					 | 
				
			||||||
          <li>
 | 
					 | 
				
			||||||
            <a href="{{ link.path | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">
 | 
					 | 
				
			||||||
              {{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
 | 
					 | 
				
			||||||
            </a>
 | 
					 | 
				
			||||||
          </li>
 | 
					 | 
				
			||||||
        {% endfor %}
 | 
					 | 
				
			||||||
      </ul>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      <!-- Right side -->
 | 
					 | 
				
			||||||
      <ul class="nav navbar-nav navbar-right">
 | 
					 | 
				
			||||||
        {% for page in pages %}
 | 
					 | 
				
			||||||
          <li>
 | 
					 | 
				
			||||||
            <a href="{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}">
 | 
					 | 
				
			||||||
              {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
 | 
					 | 
				
			||||||
            </a>
 | 
					 | 
				
			||||||
          </li>
 | 
					 | 
				
			||||||
        {% endfor %}
 | 
					 | 
				
			||||||
      </ul>
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</nav>
 | 
					</nav>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user