mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Redesigned navbar
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -18,7 +18,19 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <!-- List of pages -->
 | 
					    <!-- List of pages -->
 | 
				
			||||||
    <div class="collapse navbar-collapse" id="navbar">
 | 
					    <div class="collapse navbar-collapse" id="navbar">
 | 
				
			||||||
 | 
					      <!-- Left side -->
 | 
				
			||||||
      <ul class="nav navbar-nav">
 | 
					      <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 %}
 | 
					        {% for page in pages %}
 | 
				
			||||||
          <li>
 | 
					          <li>
 | 
				
			||||||
            <a href="{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}">
 | 
					            <a href="{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user