Restore line and center top menu

This commit is contained in:
Phil Bajsicki 2024-12-08 03:44:38 +01:00
parent c80826e217
commit f4adab1562
2 changed files with 5 additions and 1 deletions

View file

@ -60,7 +60,10 @@ mark {
background: #ddd; background: #ddd;
} }
.brand {
margin: auto;
text-align: center;
}
/* ------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------ */
/* Styling for listing pages. */ /* Styling for listing pages. */

View file

@ -2,4 +2,5 @@
<h1>{{ .Site.Title}}</h1> <h1>{{ .Site.Title}}</h1>
<p class="subtitle">{{ .Site.Params.subtitle }}</p> <p class="subtitle">{{ .Site.Params.subtitle }}</p>
{{ partial "nav.html" . }} {{ partial "nav.html" . }}
<hr />
</header> </header>