mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-13 20:05:58 -06:00
17 lines
449 B
HTML
17 lines
449 B
HTML
|
<div class="post">
|
||
|
<h2 class="post-title">
|
||
|
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
|
||
|
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
|
||
|
</h2>
|
||
|
|
||
|
{{ partial "author-metadata.html" . }}
|
||
|
|
||
|
<div class="post-description">
|
||
|
{{ partial "description-or-summary.html" . }}
|
||
|
</div>
|
||
|
|
||
|
<div class="readmore">
|
||
|
<a href="{{ .Permalink }}">{{ i18n "read_more" }} →</a>
|
||
|
</div>
|
||
|
</div>
|