hugo-theme-introduction/layouts/projects/single.html

15 lines
421 B
HTML
Raw Normal View History

2018-07-01 08:09:29 +00:00
{{ 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 }}