website/layouts/_default/single.html
steverusso 1b2686c3eb Switch to using Hugo. (#8)
Added all the things.

Updated gitignore and README.

Removed all the things.

Reviewed-by: jeff <jeff@simplesystems.tech>
2020-04-10 20:23:17 +00:00

10 lines
150 B
HTML

{{ define "main" }}
<div class="container">
<div class="row">
<div class="col article">
{{ .Content }}
</div>
</div>
</div>
{{ end }}