bit-101 Part 3 + config.toml (hugo.toml)
This commit is contained in:
16
themes/mytheme/layouts/partials/listitem.html
Normal file
16
themes/mytheme/layouts/partials/listitem.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<li>
|
||||
<h3>
|
||||
<a href="{{ .RelPermalink }}">
|
||||
{{ .Title }}
|
||||
</a>
|
||||
</h3>
|
||||
{{ if .PublishDate }}
|
||||
<p>Date: {{ .PublishDate }}</p>
|
||||
{{ end }}
|
||||
{{ if .Params.Tags }}
|
||||
<p>Tags: {{ partial "tags.html" . -}}
|
||||
{{ end }}
|
||||
{{ if .Summary }}
|
||||
<p>Summary: {{ .Summary }}</p>
|
||||
{{ end }}
|
||||
</li>
|
||||
Reference in New Issue
Block a user