Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blog_post_body.html « blog « partials « layouts - github.com/hadisinaee/avicenna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4a05518a366ced59678d0bf3b7a69550939c3ba (plain)
1
2
3
4
5
6
7
8
<div>{{ .Summary | truncate 500 }}</div>

{{ if .Truncated }}
<!-- This <div> includes a read more link, but only if the summary is truncated... -->
<div class="read_more">
    <a href="{{ .RelPermalink }}">Read More…</a>
</div>
{{ end }}