Add site heading to all pages
This commit is contained in:
parent
7cfe9ff9f1
commit
c1d72b75e1
|
@ -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>
|
||||||
|
|
|
@ -11,3 +11,4 @@
|
||||||
{{.Hugo.Generator}}
|
{{.Hugo.Generator}}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>{{.Site.Params.siteHeading}}</h1>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user