minor layout and grammar changes
This commit is contained in:
		@ -23,7 +23,7 @@
 | 
				
			|||||||
        <header>{% include 'partials/header.njk' %}</header>
 | 
					        <header>{% include 'partials/header.njk' %}</header>
 | 
				
			||||||
        <hr/>
 | 
					        <hr/>
 | 
				
			||||||
        <article>
 | 
					        <article>
 | 
				
			||||||
            <h1>{{ title }}</h1>
 | 
					            <h2>{{ title }}</h2>
 | 
				
			||||||
            {{ content | safe }}
 | 
					            {{ content | safe }}
 | 
				
			||||||
        </article>
 | 
					        </article>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
 | 
				
			|||||||
@ -3,4 +3,4 @@ title: about
 | 
				
			|||||||
layout: layout/base.njk
 | 
					layout: layout/base.njk
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Heya 👋 this is my homepage.
 | 
					heya 👋 this is my homepage.
 | 
				
			||||||
@ -3,4 +3,4 @@ title: contact
 | 
				
			|||||||
layout: layout/base.njk
 | 
					layout: layout/base.njk
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Heya 👋 this is my contact page
 | 
					heya 👋 this is my contact page
 | 
				
			||||||
		Reference in New Issue
	
	Block a user