Fix long titles on narrow screens with <wbr>
1 files changed, 1 insertions(+), 1 deletions(-) M layouts/_default/baseof.html
M layouts/_default/baseof.html => layouts/_default/baseof.html +1 -1
@@ 11,7 11,7 @@ <meta name="Description" content="Personal page of Michael Kelly, a software engineer in New York, NY, USA."> </head> <body> <h1 class="title">michaelkelly.org{{ if ne .Title "home" }}/{{.Title}}{{ end }}</h1> <h1 class="title">michaelkelly.org{{ if ne .Title "home" }}/<wbr>{{.Title}}{{ end }}</h1> {{ partial "nav.html" . }} <main class="container"> {{ .Content }}