fix: Layout and theme
This commit is contained in:
@@ -7,22 +7,13 @@
|
||||
{{- end }}
|
||||
</header>
|
||||
|
||||
{{- $pages := .Pages }}
|
||||
|
||||
{{- if .Site.Params.fuseOpts }}
|
||||
<div id="searchResults" class="post-list"></div>
|
||||
{{- end }}
|
||||
|
||||
<ul class="notes-list">
|
||||
{{- range $pages }}
|
||||
{{- range .Pages }}
|
||||
<li class="note-item">
|
||||
<a href="{{ .Permalink }}">
|
||||
<span class="note-title">{{ .Title }}</span>
|
||||
<span class="note-title"># {{ .Title }}</span>
|
||||
<span class="note-date">{{ .Date.Format "Jan 2, 2006" }}</span>
|
||||
</a>
|
||||
{{- if .Summary }}
|
||||
<p class="note-summary">{{ .Summary | plainify | truncate 100 }}</p>
|
||||
{{- end }}
|
||||
</li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user