hugo-theme-introduction/layouts/projects/single.html
2018-07-01 10:09:29 +02:00

14 lines
421 B
HTML

{{ define "main" }}
<div class="container markdown top-pad">
{{ if .Params.image }}
<div class="has-text-centered">
<img src="{{ .Params.image | relURL }}" class="img-responsive" alt="{{ .Title }}">
</div>
{{ end }}
{{ .Content }}
</div>
<!-- End post content -->
<div class="disqus">
{{ template "_internal/disqus.html" . }}
</div>
{{ end }}