Remove summaries, it looks kinda cluttery
This commit is contained in:
parent
f3a17a3f69
commit
ee3ff81526
2 changed files with 0 additions and 7 deletions
|
@ -15,12 +15,6 @@
|
|||
</small>
|
||||
|
||||
<br />
|
||||
<div class="summary">
|
||||
{{ .Summary }}
|
||||
{{ if .Truncated }}
|
||||
<a href="{{ .RelPermalink }}">read more »</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
{{- end -}}
|
||||
|
|
|
@ -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 -}}
|
||||
|
|
Loading…
Reference in a new issue