Added: hr under the h1 in posts and projects template
This commit is contained in:
		@@ -24,6 +24,7 @@
 | 
				
			|||||||
	
 | 
						
 | 
				
			||||||
		<!--    <h2>{{ page.title }}</h2> -->
 | 
							<!--    <h2>{{ page.title }}</h2> -->
 | 
				
			||||||
    <div>
 | 
					    <div>
 | 
				
			||||||
 | 
					      <hr>
 | 
				
			||||||
      {{ page.content | safe }}
 | 
					      {{ page.content | safe }}
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <a href="/posts" class="link-back">Back to list of posts</a>
 | 
					    <a href="/posts" class="link-back">Back to list of posts</a>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -18,6 +18,7 @@
 | 
				
			|||||||
	
 | 
						
 | 
				
			||||||
    <h2>{{ page.title }}</h2>
 | 
					    <h2>{{ page.title }}</h2>
 | 
				
			||||||
    <div>
 | 
					    <div>
 | 
				
			||||||
 | 
					      <hr>
 | 
				
			||||||
      {{ page.content | safe }}
 | 
					      {{ page.content | safe }}
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <a href="/projects" class="link-back">Back to list of projects</a>
 | 
					    <a href="/projects" class="link-back">Back to list of projects</a>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user