|
|
@ -11,6 +11,7 @@
|
|
|
|
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
|
|
|
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
|
|
|
{{ partial "metadata.html" . }}
|
|
|
|
{{ partial "metadata.html" . }}
|
|
|
|
</header>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
{{ partial "content.html" .Content | truncate 500 }} <a href="{{ .RelPermalink }}">Read more »</a>
|
|
|
|
{{ partial "content.html" .Content | truncate 500 }} <a href="{{ .RelPermalink }}">Read more »</a>
|
|
|
|
</article>
|
|
|
|
</article>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|