Add header to homepage, improve h2 margins
This commit is contained in:
parent
70cda0d606
commit
2326d84e37
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "Home"
|
||||||
|
---
|
||||||
|
|
||||||
**new** My website has received a makeover, and features a few new sections for you to explore.
|
**new** My website has received a makeover, and features a few new sections for you to explore.
|
||||||
|
|
||||||
Welcome to my personal corner of the Internet!
|
Welcome to my personal corner of the Internet!
|
||||||
|
|
|
@ -151,3 +151,7 @@ table {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-top: 0.2em;
|
||||||
|
}
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ .Content }}
|
<h2>{{ .Title }}</h2>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
{{ .Content }}
|
||||||
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue