Add site heading to all pages

This commit is contained in:
Christoffer Müller Madsen 2017-08-06 03:31:53 +02:00
parent 7cfe9ff9f1
commit c1d72b75e1
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
{{ partial "header.html" . }} {{ partial "header.html" . }}
<h1>Christoffer Müller Madsen</h1>
<h2>Contact</h2> <h2>Contact</h2>
email: <span class="emailaddr">christoffer (at) guava.space</span> email: <span class="emailaddr">christoffer (at) guava.space</span>

View File

@ -11,3 +11,4 @@
{{.Hugo.Generator}} {{.Hugo.Generator}}
</head> </head>
<body> <body>
<h1>{{.Site.Params.siteHeading}}</h1>