first commit

This commit is contained in:
Robert Austin 2019-02-17 16:55:16 +10:00
commit dcdde20b7c
179 changed files with 16070 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<div class="summary">
{{ if .Params.image }}
<img alt="{{ .Title }}" src="{{ .Params.image }}" />
{{ end}}
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
{{ .Content | truncate 100 }}
</div>