tinytechbureau.com/themes/ttb/layouts/_default/home.html

12 lines
217 B
HTML

{{ define "main" }}
<!--<h2>Recent articles</h2>
{{ range site.RegularPages }}
<h3><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h3>
{{/* .Summary */}}
{{ end }}
-->
{{ .Content }}
{{ end }}