forked from mirrors/hugo-tufte
Restore line and center top menu
This commit is contained in:
parent
c80826e217
commit
f4adab1562
2 changed files with 5 additions and 1 deletions
|
@ -60,7 +60,10 @@ mark {
|
|||
background: #ddd;
|
||||
}
|
||||
|
||||
|
||||
.brand {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* Styling for listing pages. */
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
<h1>{{ .Site.Title}}</h1>
|
||||
<p class="subtitle">{{ .Site.Params.subtitle }}</p>
|
||||
{{ partial "nav.html" . }}
|
||||
<hr />
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue