Remove summaries, it looks kinda cluttery

This commit is contained in:
Michael Zhang 2021-11-01 18:15:23 -05:00
parent f3a17a3f69
commit ee3ff81526
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
2 changed files with 0 additions and 7 deletions

View File

@ -15,12 +15,6 @@
</small>
<br />
<div class="summary">
{{ .Summary }}
{{ if .Truncated }}
<a href="{{ .RelPermalink }}">read more &raquo;</a>
{{ end }}
</div>
</td>
</tr>
{{- end -}}

View File

@ -6,7 +6,6 @@
{{- range $name, $value := sort .Data.Pages "Title" -}}
<li style="margin-bottom: 15px;">
<a href="{{ $value.RelPermalink }}">{{ $value.Title }}</a>
({{ len $value.Pages }})
<br />
<small>
{{- range $index, $page := $value.Pages -}}