archetypes
content
static
themes
hugo-theme-ipng
archetypes
assets
data
images
layouts
_default
partials
blog-entry-summary.html
blog-taxonomy-info.html
footer.html
head.html
header.html
pagination.html
post-category-link.html
post-tag-link.html
shortcodes
taxonomy
404.html
home.html
static
.gitignore
LICENSE.md
README.md
theme.toml
.gitattributes
.gitignore
hugo.toml
11 lines
362 B
HTML
11 lines
362 B
HTML
<article class="blog-post-summary">
|
|
<h3 class="blog-post-title"><a href="{{ .Permalink }}">{{.Title}}</a></h3>
|
|
|
|
<p class="blog-post-info">Posted: <time>{{ .Date.Format "2006-01-02"}}</time>
|
|
{{ partial "blog-taxonomy-info" . }}</p>
|
|
<p>
|
|
{{- .Summary -}}
|
|
<span> <a href="{{ .Permalink }}">Read more...</a></span>
|
|
</p>
|
|
</article>
|