This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/themes/hugo-strata-theme/layouts/_default/single.html

14 lines
177 B
HTML
Executable File

{{ define "main" }}
<span>
<h1>{{ .Title }}</h1>
{{ partial "post-meta" . }}
</span>
<p>
{{ .Content }}
</p>
{{ template "_internal/disqus.html" . }}
{{ end }}