Add menu to blog pages
This commit is contained in:
@@ -8,9 +8,18 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main class="book-posts mx-auto">
|
||||
{{ template "main" . }}
|
||||
<input type="checkbox" style="display: none" id="menu-control" />
|
||||
<main class="flex container">
|
||||
<aside class="book-menu fixed">
|
||||
{{ partial "docs/menu" . }}
|
||||
</aside>
|
||||
|
||||
<div class="book-posts mr-auto">
|
||||
{{ partial "docs/mobile-header" . }}
|
||||
{{ template "main" . }}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
{{ partial "docs/inject/body" . }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<h5>
|
||||
<strong>{{ .Date.Format "January 2, 2006" }}</strong>
|
||||
</h5>
|
||||
<p>
|
||||
<p class="markdown">
|
||||
{{- .Summary -}}
|
||||
{{ if .Truncated }}
|
||||
<a href="{{ .Permalink }}">...</a>
|
||||
|
||||
Reference in New Issue
Block a user