taxonomies (categories, tags, year/month/slug), syntax.css und Blog (posts).
This commit is contained in:
14
themes/basic/layouts/partials/post_summary.html
Normal file
14
themes/basic/layouts/partials/post_summary.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<article>
|
||||
<header>
|
||||
<h3>
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
</h3>
|
||||
<time>
|
||||
{{ .Date | dateFormat "January" }}
|
||||
{{ .Date | dateFormat "2" }}
|
||||
</time>
|
||||
</header>
|
||||
|
||||
{{ .Summary }}
|
||||
|
||||
</article>
|
||||
Reference in New Issue
Block a user