mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Style in two spaces
This commit is contained in:
		@@ -8,15 +8,19 @@ layout: compress
 | 
			
		||||
{% include head.html %}
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
    <main class="wrapper">
 | 
			
		||||
        {% include header.html %}
 | 
			
		||||
  <main class="wrapper">
 | 
			
		||||
    <nav class="navigation">
 | 
			
		||||
      {% include header.html %}
 | 
			
		||||
    </nav>
 | 
			
		||||
 | 
			
		||||
        <div class="content">
 | 
			
		||||
            {{ content }}
 | 
			
		||||
        </div>
 | 
			
		||||
    <div class="content">
 | 
			
		||||
      {{ content }}
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
        {% include footer.html %}
 | 
			
		||||
    </main>
 | 
			
		||||
    <footer class="footer">
 | 
			
		||||
      {% include footer.html %}
 | 
			
		||||
    </footer>
 | 
			
		||||
  </main>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user