mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Update menu items
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -26,14 +26,18 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        <ul class="navigation-pills">
 | 
					        <ul class="navigation-pills">
 | 
				
			||||||
            <li class="navigation-item" role="presentation">
 | 
					            <li class="navigation-item" role="presentation">
 | 
				
			||||||
                <a href="/">Home</a>
 | 
					                <h5>
 | 
				
			||||||
 | 
					                    <a href="/">Home</a>
 | 
				
			||||||
 | 
					                </h5>
 | 
				
			||||||
            </li>
 | 
					            </li>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            {% for page in pages%}
 | 
					            {% for page in pages%}
 | 
				
			||||||
                <li class="navigation-item" role="presentation">
 | 
					                <li class="navigation-item" role="presentation">
 | 
				
			||||||
                    <a href="{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}">
 | 
					                    <h5>
 | 
				
			||||||
                        {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
 | 
					                        <a href="{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}">
 | 
				
			||||||
                    </a>
 | 
					                            {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
 | 
				
			||||||
 | 
					                        </a>
 | 
				
			||||||
 | 
					                    </h5>
 | 
				
			||||||
                </li>
 | 
					                </li>
 | 
				
			||||||
            {% endfor %}
 | 
					            {% endfor %}
 | 
				
			||||||
        </ul>
 | 
					        </ul>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -82,7 +82,11 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.navigation-item {
 | 
					.navigation-item {
 | 
				
			||||||
  padding: 20px;
 | 
					  padding-bottom: 5px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  &:last-child {
 | 
				
			||||||
 | 
					    padding-bottom: 0;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  a {
 | 
					  a {
 | 
				
			||||||
    text-decoration: none;
 | 
					    text-decoration: none;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user