mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	The page template was rewritten
Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
		@@ -1,30 +1,15 @@
 | 
				
			|||||||
<!DOCTYPE html>
 | 
					<!DOCTYPE html>
 | 
				
			||||||
<html lang="en">
 | 
					<html lang="ru">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% include head.html %}
 | 
					{% include head.html %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
    <nav class="nav">
 | 
					    {% include sidebar.html %}
 | 
				
			||||||
        <div class="nav-container">
 | 
					 | 
				
			||||||
            <a href="{{ site.baseurl }}/">
 | 
					 | 
				
			||||||
                <h2 class="nav-title">{{ site.title }}</h2>
 | 
					 | 
				
			||||||
            </a>
 | 
					 | 
				
			||||||
            <ul>
 | 
					 | 
				
			||||||
                <li><a href="{{ '/about' | prepend: site.baseurl }}">About</a></li>
 | 
					 | 
				
			||||||
                <li><a href="{{ site.baseurl }}/">Posts</a></li>
 | 
					 | 
				
			||||||
            </ul>
 | 
					 | 
				
			||||||
        </div>
 | 
					 | 
				
			||||||
    </nav>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <main>
 | 
					    <div class="content container">
 | 
				
			||||||
        {{ content }}
 | 
					        {{ content }}
 | 
				
			||||||
    </main>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <footer>
 | 
					 | 
				
			||||||
        <span>
 | 
					 | 
				
			||||||
            © <time datetime="{{ site.time }}">{{ site.time | date: '%Y' }}</time> {{ site.author.name }}. Made with Jekyll using the <a href="https://github.com/chesterhow/tale/">Tale</a> theme.
 | 
					 | 
				
			||||||
        </span>
 | 
					 | 
				
			||||||
    </footer>
 | 
					 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user